mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
updated version and changelog
This commit is contained in:
parent
ed280be77b
commit
dd37462cb6
3 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SUBST(DOCVERSION)(9.6.0)
|
||||
SUBST(YEARS)(1994 - 2012)
|
||||
SUBST(YEARS)(1994 - 2013)
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue