From 630937961899cbb7ff2e9994ae860213134561bb Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sun, 29 Apr 2007 07:02:21 +0000 Subject: [PATCH] release notes for 1.34 added [SVN r37532] --- string/doc/release_notes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/string/doc/release_notes.xml b/string/doc/release_notes.xml index b60b74b..4ae21e6 100644 --- a/string/doc/release_notes.xml +++ b/string/doc/release_notes.xml @@ -19,5 +19,23 @@ 1.33 Internal version of collection traits removed, library adapted to Boost.Range + + 1.34 + + + lexicographical_compare() + + + join + + + New comparison predicates is_less, is_not_greater + + + Negative indexes support (like Perl) in various algorihtms + (*_head/tail, *_nth). + + +