Skip to content

Commit 9a0d440

Browse files
committed
Document changes for release 1.7.4
1 parent 9a822d6 commit 9a0d440

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/history.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ by setting up a git repositery on github, hosted along with gccxml.
1414
Version 1.7.4 (not yet released)
1515
--------------------------------
1616

17-
1. Since this release, pyggcxml's version numbers do not contain the ``v``
18-
prefix anymore. This was breaking distribution on PyPI (pypi.python.org).
17+
1. CV-qualified arrays were not being handled correctly by type traits
18+
manipulations functions. For instance, 'int const[N]' would not be
19+
detected as 'const'. Similar problems existed for volatile qualified
20+
arrays too. See #35 for more details. A newer version of CastXML is
21+
recommended (xml output version >= 1.138)
1922

2023
2. Close subprocess stdout stream once value has been read.
2124
Fixes some warnings under python3.
2225

26+
3. Since this release, pyggcxml's version numbers do not contain the ``v``
27+
prefix anymore. This was breaking distribution on PyPI (pypi.python.org).
28+
29+
Thanks to the following people for their contribution to this release:
30+
Ashish Sadanandan
31+
2332
Version 1.7.3
2433
-------------
2534

0 commit comments

Comments
 (0)