From 091e6f2f28b373f74378ba7d95a3acfab8c8ed1e Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Wed, 21 May 2014 10:58:28 -0500 Subject: [PATCH] updated CHANGLEOG and ReleaseNotes --- CHANGELOG | 3 +-- doc/99100-ReleaseNotes.page | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 32be26c76..247f8fdca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -68,8 +68,7 @@ Release 1.5.3 (2014-05-xx) - improved GH #328: NetworkInterface on Windows XP - fixed GH #154 Add support for MYSQL_TYPE_NEWDECIMAL to Poco::Data::MySQL - fixed GH #290: Unicode support -- fixed #318: Logger local time doesn't automatically account for DST - +- fixed GH #318: Logger local time doesn't automatically account for DST Release 1.5.2 (2013-09-16) ========================== diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 1d2b087a4..fa38567d5 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -70,12 +70,16 @@ AAAIntroduction - improved GH #328: NetworkInterface on Windows XP - fixed GH #154 Add support for MYSQL_TYPE_NEWDECIMAL to Poco::Data::MySQL - fixed GH #290: Unicode support + - fixed GH #318: Logger local time doesn't automatically account for DST !!Incompatible Changes and Possible Transition Issues - Data::ODBC: UTF-16 Unicode is now directly mapped and recognized as type by ODBC. This may cause behavior different from previosu versions, especially with Any and Dynamic::Var bindings. + In this release, UTF-16 binding is only available for ODBC back end; although other + back ends will compile with UTF-16 strings bound, such binding will throw + NotImplementedException at runtime. !!!Release 1.5.2