From f344a3fb4d36a40f6d1bcd73d4ae76cb64c6e9c3 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Tue, 7 Jul 2009 00:47:54 +0000 Subject: [PATCH] Release 2.2 git-svn-id: http://svn.code.sf.net/p/utfcpp/code@94 a809a056-fc17-0410-9590-b4f493f8b08e --- v2_0/doc/ReleaseNotes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/v2_0/doc/ReleaseNotes b/v2_0/doc/ReleaseNotes index 8541c7a..f29bc09 100644 --- a/v2_0/doc/ReleaseNotes +++ b/v2_0/doc/ReleaseNotes @@ -1,9 +1,10 @@ utf8 cpp library -Release 2.1 +Release 2.2 -This is a minor feature release - added the function peek_next. +This is a feature release. -Changes from version 2.o -- Implemented feature request [ 1770746 ] "Provide a const version of next() (some sort of a peek() ) +Changes from version 2.1 +- Implemented feature request [ 2515238 ] "Conflicting ENUM value" +- Changed internal implementation to allow use of input iterators (as opposed to bidirectional) where it is possible. Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes