updated CHANGLEOG and ReleaseNotes

This commit is contained in:
Alex Fabijanic 2014-05-21 10:58:28 -05:00
parent 410dd2b012
commit 091e6f2f28
2 changed files with 5 additions and 2 deletions

View File

@ -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)
==========================

View File

@ -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