File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ by setting up a git repositery on github, hosted along with gccxml.
1414Version 1.7.2 (unreleased)
1515--------------------------
1616
17- 1. Fix exception in is_copy_constructor() when the constructor's argument was
18- a typedef. is_copy_constructor() will now return False instead of failing.
17+ 1. Fix exception in is_copy_constructor when the constructor's argument was
18+ a typedef. is_copy_constructor will now return False instead of failing.
1919 See issue #27.
2020
21+ 2. SafeConfigParser is throws a deprecation warning in python 3.2 and newer.
22+ Use ConfigParser instead. Add support for cflags property in config files.
23+ Thanks to Mark Moll for the patch.
24+
2125Version 1.7.1
2226-------------
2327
You can’t perform that action at this time.
0 commit comments