Skip to content

Commit 011ce92

Browse files
committed
Update documentation for __NSConstantString(_tag) removal (#32)
1 parent 27cfd8c commit 011ce92

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/history.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ Version 1.7.3 (not yet released)
2929
CastXML. GCCXML did not recognize the typedef here. Fetching these
3030
declarations can now be done with: .typedef("foo") or .class_("foo").
3131

32-
6. Remove unittest2 dependency for testing with python 2.6
32+
6. Add support for the future llvm 3.9. As in release v1.7.1, new structs and
33+
typedefs are now exposed by llvm, which broke pyplusplus.
34+
In this case these are ```__NSConstantString_tag``` and ```__NSConstantString```.
35+
The two declarations are now hidden from the declarations tree, but can still
36+
be generated by using the ``config.flags = ["f1"]`` option.
3337

34-
7. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
38+
7. Remove unittest2 dependency for testing with python 2.6
3539

36-
8. Cosmetic fix for generator name printed to stdout when launching unit tests
40+
8. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
3741

38-
9. Fix simple typo in example.py comment
42+
9. Cosmetic fix for generator name printed to stdout when launching unit tests
43+
44+
10. Fix simple typo in example.py comment
3945

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

0 commit comments

Comments
 (0)