Skip to content

Commit

Permalink
Document fix in changelog (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Jul 27, 2016
1 parent 9357732 commit 34defa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Version 1.8.0 (not yet released)
You should use the castxml package and the CastXML binary instead.
If you really want to use gccxml, the gccxml.real binary from the
gccxml debian package can still be used.

* Fix parsing of boost/locale.hpp code.
Templated class instantiations with specializations are now better supported,
specifically when containing parentheses:
myClass<std::vector<char>(const std::string &, const std::string &)> obj;

* ```declarations.is_string```, ```declarations.is_std_wstring```,
```declarations.is_std_ostream``` and ```declarations.is_std_wostream``` now
Expand Down

0 comments on commit 34defa8

Please sign in to comment.