updated changelog

This commit is contained in:
Günter Obiltschnig
2020-01-24 11:48:06 +01:00
parent 88647ac95f
commit 941a88787b
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ AAAIntroduction
!!Summary of Changes
- This release now requires a C++14 compiler (GCC 5, Clang 3.4, Visual C++ 2015).
- Visual Studio project and solution files for versions prior to 2015 have
been removed. Furthermore, the separate projects and solutions for 64-bit builds
have been removed and configurations have been merged in a single project file.
- POCO's fixed-size integer types are now based on <cstdint> types. This changes
the definition of Poco::Int64 and Poco::UInt64 on some platforms.
- Many methods exposing raw pointers have been changed to use smart pointers