updated version and changelog

This commit is contained in:
Frank B. Brokken 2013-01-10 20:24:35 +01:00
parent ed280be77b
commit dd37462cb6
3 changed files with 6 additions and 4 deletions

View file

@ -2,9 +2,11 @@ C++-annotations (9.6.0)
* Updated the list of C++ keywords
* Added exceptions/noexcept.yo covering the noexcept keyword
* Added advancedtemplates/noexcept.yo covering the noexcept keyword
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 20 Dec 2012 13:42:13 +0100
* Updated the string chapter
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 10 Jan 2013 20:23:05 +0100
C++-annotations (9.5.0)

View file

@ -1,2 +1,2 @@
SUBST(DOCVERSION)(9.6.0)
SUBST(YEARS)(1994 - 2012)
SUBST(YEARS)(1994 - 2013)

View file

@ -2,7 +2,7 @@ This section is modified when the first or second part of the version number
changes (and sometimes for the third part as well).
itemization(
it() Version 9.6.0 adds a section about tt(noexcept), deprecating
tt(throw) lists. Also the overview of tt(std::string) members was updated.
tt(throw) lists. Also the string chapter was updated.
it() Version 9.5.0 adapts the abstract containers to C++11, and adds a new
section (tt(Allocators)) just before introducing the sequential containers.
tt(make_shared), combining tt(shared_ptr) and (new).