diff --git a/kcoreaddons.changes b/kcoreaddons.changes index 88259ad..eebda0c 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,10 +1,22 @@ ------------------------------------------------------------------- -Mon Aug 7 09:08:21 UTC 2017 - christophe@krop.fr +Sat Aug 12 09:23:20 UTC 2017 - christophe@krop.fr - Update to 5.37.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * Remove unused init() declaration from K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL + * Restore the QCoreApplication library paths at the end of the tests that change it. + * API dox: add note about moc include need with K_PLUGIN_FACTORY(_WITH_JSON) + * add KAboutLicense::spdx and introduce orLater qualification + * API dox: for deprecated tell since and what to use instead + * disable compiler warning on testing deprecated function + * use an initializer list instead of calling insert a million times + * kdirwatch: Avoid potential crash if d-ptr destroyed before KDirWatch. (kde#381583) + * Fix display of formatDuration with rounding. (kde#360681,kde#382069) + * Use explicit flag value instead of nullptr + * API dox: use @p to refer to argument in running text, not @arg ------------------------------------------------------------------- Wed Jul 12 07:13:59 CEST 2017 - lbeltrame@kde.org