From dd37462cb62822872d60384cfaae00bb49ce6242 Mon Sep 17 00:00:00 2001 From: "Frank B. Brokken" Date: Thu, 10 Jan 2013 20:24:35 +0100 Subject: [PATCH] updated version and changelog --- changelog | 6 ++++-- yo/version.yo | 2 +- yo/whatsnew.yo | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 47c496c7..354be43e 100644 --- a/changelog +++ b/changelog @@ -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 Thu, 20 Dec 2012 13:42:13 +0100 + * Updated the string chapter + + -- Frank B. Brokken Thu, 10 Jan 2013 20:23:05 +0100 C++-annotations (9.5.0) diff --git a/yo/version.yo b/yo/version.yo index e7bcd9ad..251d510b 100644 --- a/yo/version.yo +++ b/yo/version.yo @@ -1,2 +1,2 @@ SUBST(DOCVERSION)(9.6.0) -SUBST(YEARS)(1994 - 2012) +SUBST(YEARS)(1994 - 2013) diff --git a/yo/whatsnew.yo b/yo/whatsnew.yo index a477ab62..50f27a25 100644 --- a/yo/whatsnew.yo +++ b/yo/whatsnew.yo @@ -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).