From 27d2523a6609f4836f2337ea3bac2ae9dd774a01 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 21 Sep 2012 20:10:47 +0200 Subject: [PATCH] Updated change log --- README.md | 6 ++++++ docs/Changelog-template.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/README.md b/README.md index 7c51e5a003..3c5c8147a2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ This documentation provides integrated help in Xcode for all public APIs and a s ## Changelog +### Version 2.5.2 + +- General: + + - Declared as final release, since everything in 2.5.2b2 is working as expected + ### Version 2.5.2b2 - General: diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index a1b61c981d..d9c5abf52d 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,40 @@ +### Version 2.5.2 + +- General: + + - Declared as final release, since everything in 2.5.2b2 is working as expected + +### Version 2.5.2b2 + +- General: + + - [NEW] Added support for armv7s architecture + +- Updating: + + - [BUGFIX] Fix update checks not done when the app becomes active again + + +### Version 2.5.2b1 + +- General: + + - [NEW] Replace categories with C functions, so the `Other Linker Flag` `-ObjC` and `-all_load` won't not be needed for integration + - [BUGFIX] Some code style fixes and missing new lines in headers at EOF + +- Crash Reporting: + + - [NEW] PLCrashReporter framework now linked into the HockeySDK framework, so that won't be needed to be added separately any more + - [NEW] Add some error handler detection to optionally notify the developer of multiple handlers that could cause crashes not to be reported to HockeyApp + - [NEW] Show an error in the console if an older version of PLCrashReporter is linked + - [NEW] Make sure the app doesn't crash if the developer forgot to delete the old PLCrashReporter version and the framework search path is still pointing to it + +- Updating: + + - [BUGFIX] Fix disabling usage tracking and expiry check not working if `checkForUpdateOnLaunch` is set to NO + - [BUGFIX] `disableUpdateManager` wasn't working correctly + - [BUGFIX] If the server doesn't return any app versions, don't handle this as an error, but show a warning in the console when `debugLogging` is enabled + ## Version 2.5.1 - General: