updated release notes

This commit is contained in:
Guenter Obiltschnig 2013-09-15 21:41:20 +02:00
parent ee77220b33
commit 79d36cc602
2 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,7 @@ Release 1.5.2 (2013-09-16)
- added GH# 268: Method to get JSON object value using Poco::Nullable
- fixed GH# 267: JSON 'find' not returning empty result if object is expected but another value is found
Release 1.5.1 (2013-01-11)
==========================

View File

@ -107,6 +107,9 @@ AAAIntroduction
- fixed GH# 254: UTF8::icompare unexpected behavior
- Poco::UUID::tryParse() also accepts UUIDs without hyphens. Also updated documentation
(links to specifications).
- added GH# 268: Method to get JSON object value using Poco::Nullable
- fixed GH# 267: JSON 'find' not returning empty result if object is expected but another
value is found
!!Incompatible Changes and Possible Transition Issues