File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,19 @@ by setting up a git repositery on github, hosted along with gccxml.
14
14
Version 1.7.5 (unreleased)
15
15
--------------------------
16
16
17
- 1. Version numbers are still tagged with the v prefix (1.7.4 was correctly tagged),
17
+ 1. Improve error message when no castxml or gccxml is found.
18
+
19
+ 2. Fix compilation of tests with c++11.
20
+
21
+ 3. Fix patching of enums in default arguments for C++03.
22
+
23
+ 4. Version numbers are still tagged with the v prefix (1.7.4 was correctly tagged),
18
24
as this is recommended by GitHub. The version number in the __init__.py and
19
25
setup.py files are without v prefix, because this is what pip requires.
20
26
27
+ Thanks to the following people for their contribution to this release:
28
+ Ashish Sadanandan
29
+
21
30
Version 1.7.4
22
31
-------------
23
32
You can’t perform that action at this time.
0 commit comments