author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Fri, 19 Jun 2009 09:01:26 +0200 | |
changeset 4555 | e33c757f790c |
parent 4554 | b1940a738981 |
child 4556 | 19c0844361f3 |
CHANGES.html | file | annotate | diff | comparison | revisions |
--- a/CHANGES.html Fri Jun 19 08:43:58 2009 +0200 +++ b/CHANGES.html Fri Jun 19 09:01:26 2009 +0200 @@ -79,6 +79,12 @@ <h2>Changes to existing API:</h2> <ul> +<li><b>CreateObject changes</b> + <p>CreateObject is now able to construct objects with a non-default constructor. + If you used to pass attribute lists to CreateObject, you must now use CreateObjectWithAttributes. + </p> +</li> + <li> <b>packet byte tags renaming</b> <ul> <li>Packet::AddTag to Packet::AddByteTag</li>