diff --git a/dep/include/utf8cpp/doc/ReleaseNotes b/dep/include/utf8cpp/doc/ReleaseNotes index 8541c7a60..857a72b75 100644 --- a/dep/include/utf8cpp/doc/ReleaseNotes +++ b/dep/include/utf8cpp/doc/ReleaseNotes @@ -1,9 +1,9 @@ utf8 cpp library -Release 2.1 +Release 2.2.4 -This is a minor feature release - added the function peek_next. +This is a minor bug fix release that improves converting from utf-16 to utf-8 error detection. -Changes from version 2.o -- Implemented feature request [ 1770746 ] "Provide a const version of next() (some sort of a peek() ) +Changes from version 2.2.3 +- Bug fix [2857454] dereference invalid iterator when lead surrogate was last element of the string. Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes diff --git a/dep/include/utf8cpp/doc/utf8cpp.html b/dep/include/utf8cpp/doc/utf8cpp.html index 4ad7e1002..069c2be52 100644 --- a/dep/include/utf8cpp/doc/utf8cpp.html +++ b/dep/include/utf8cpp/doc/utf8cpp.html @@ -57,6 +57,16 @@
  • Examples of Use +