changeset 4555 | e33c757f790c |
parent 4505 | e865dbc1d157 |
child 4568 | 8a9c81e59c92 |
--- 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>