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
).
+
+
+