diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index c53d428169..8dcac86f96 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -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