updated changelog

This commit is contained in:
Guenter Obiltschnig 2016-10-16 13:40:33 +02:00
parent 5df2508986
commit cae37d23fd
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,9 @@ Release 1.7.6 (2016-10-17)
- Improved error handling in Poco::URIStreamOpener::open().
- Poco::Data::MySQL: Handle connection lost/server gone error when starting a transaction
and retry.
- XMLConfiguration default (and single-argument delimiter) constructor now loads an empty
XML document with "config" root element to make the configuration usable without an
additional call to load() or loadEmpty().
Release 1.7.5 (2016-08-29)

View File

@ -27,6 +27,9 @@ AAAIntroduction
- Improved error handling in Poco::URIStreamOpener::open().
- Poco::Data::MySQL: Handle connection lost/server gone error when starting a transaction
and retry.
- XMLConfiguration default (and single-argument delimiter) constructor now loads an empty
XML document with "config" root element to make the configuration usable without an
additional call to load() or loadEmpty().
!!!Release 1.7.5