Skip to content

Commit 8884a0d

Browse files
committed
Document changes in Changelog for 1.8.1
1 parent 1d1b346 commit 8884a0d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Changes
22
=======
33

4-
Version 1.8.1 (not yet released)
5-
--------------------------------
4+
Version 1.8.1
5+
-------------
66

7-
* Added ```is_struct``` function to declarations package. It returns true if
7+
1. Added ```is_struct``` function to declarations package. It returns true if
88
a declaration is a struct.
99

10-
* Removed * from decl_string when type is a function pointer (#61)
10+
2. Removed * from decl_string when type is a function pointer (#61)
1111

12-
* Update travis.yml for newer OS X images. Update CastXML binaries for Travis.
12+
3. Update travis.yml for newer OS X images. Update CastXML binaries for Travis.
1313

14-
* Fix regression in directory_cache, which was crashing due an unset variable.
14+
4. Fix regression in directory_cache, which was crashing due an unset variable.
15+
Add support for python3 in directory_cache.
1516

1617
Version 1.8.0
1718
-------------

0 commit comments

Comments
 (0)