Release 2.1
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@84 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
parent
7568388d19
commit
c92c41770d
1 changed files with 4 additions and 13 deletions
|
@ -1,18 +1,9 @@
|
||||||
utf8 cpp library
|
utf8 cpp library
|
||||||
Release 2.0
|
Release 2.1
|
||||||
|
|
||||||
This is the first production release of the version 2.0 of the library. Please note that the branch 1.x is still being developed, and will be maintained in the future.
|
This is a minor feature release - added the function peek_next.
|
||||||
|
|
||||||
Changes from version 2.o Beta 1:
|
Changes from version 2.o
|
||||||
- A minor fix in the utf::iterator
|
- Implemented feature request [ 1770746 ] "Provide a const version of next() (some sort of a peek() )
|
||||||
- Updated documentation
|
|
||||||
|
|
||||||
|
|
||||||
Changes from version 1.02:
|
|
||||||
|
|
||||||
- Feature request [1569543]: Add utf8 iterator adapter class
|
|
||||||
- Feature request [1569479]: Add replace_invalid function
|
|
||||||
- Reorganized the source code: rather than a single header file, the library now resides in three separate ones. To maintain the backward compatibility, there is also a convenience header utf8.h that includes all the other ones.
|
|
||||||
- The requironment for octet_iterator is bidirectional, rather than random access, although in practice it probably doesn't mean a lot.
|
|
||||||
|
|
||||||
Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes
|
Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue