Skip to content

Commit 6d98900

Browse files
committed
Document changes
1 parent 55ad033 commit 6d98900

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/history.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ by setting up a git repositery on github, hosted along with gccxml.
1414
Version 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+
2125
Version 1.7.1
2226
-------------
2327

0 commit comments

Comments
 (0)