Skip to content

Commit 5ccfcaa

Browse files
committed
Document changes about default arguments
1 parent b1a3633 commit 5ccfcaa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/history.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ Version 1.7.3 (not yet released)
3535
The two declarations are now hidden from the declarations tree, but can still
3636
be generated by using the ``config.flags = ["f1"]`` option.
3737

38-
7. Remove unittest2 dependency for testing with python 2.6
38+
7. Multiple fixes to adapt default arguments in functions for py++. Using the
39+
latest version of CastXML is recommended. This makes sure default arguments
40+
for function parameters are correctly defined, so that py++ can process them.
3941

40-
8. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
42+
8. Remove unittest2 dependency for testing with python 2.6
4143

42-
9. Cosmetic fix for generator name printed to stdout when launching unit tests
44+
9. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
4345

44-
10. Fix simple typo in example.py comment
46+
10. Cosmetic fix for generator name printed to stdout when launching unit tests
47+
48+
11. Fix simple typo in example.py comment
4549

4650
Thanks to the following people for their contribution to this release:
4751
Mark Moll, Ashish Sadanandan, Mark Oates

0 commit comments

Comments
 (0)