Update changelog

This commit is contained in:
Christoph Wendt
2016-03-03 17:57:18 -08:00
committed by Lukas Spieß
parent 23fad891e0
commit a3ca23fec0

View File

@@ -1,3 +1,17 @@
## Version 3.8.6
- [UPDATE] Some minor refactorings
- [BUGFIX] Fix crash in `BITCrashReportTextFormatter` in cases where processPath is unexpectedly nil
- [BUGFIX] Fix bug where feedback image could only be added once
- [BUGFIX] Fix URL encoding bug in BITUpdateManager
- [BUGFIX] Include username, email, etc. in `appNotTerminatingCleanly` reports
- [BUGFIX] Fix NSURLSession memory leak in Swift apps
- [BUGFIX] Fix issue preventing attachment from being included when sending non-clean termination report
- [BUGFIX] Fix issue preventing attachment from being included when sending non-clean termination report
- [IMPROVEMENT] Anonymize binary path in crash report
- [IMPROVEMENT] Support escaping of additional characters (URL encoding)
- [IMPROVEMENT] Support Bundle Identifiers which contain whitespaces
## Version 3.8.5
- [UPDATE] Some minor improvements to our documentation