CHANGELOG.md in isolator-0.5.0 vs CHANGELOG.md in isolator-0.6.0
- old
+ new
@@ -1,8 +1,20 @@
# Change log
## master
+## 0.6.0 (2019-04-12) 🚀
+
+- Add support for exceptions message details. ([@palkan][])
+
+ Make it possible to provide more information about the cause of the failure
+ (for example, job class and arguments for background jobs, URL for HTTP).
+
+- Change backtrace filtering behaviour. ([@palkan][])
+
+ The default behaviour is to take the top five lines.
+ You can customize it via `Isolator.config.backtrace_filter`.
+
## 0.5.0 (2018-08-29)
- [PR [#19](https://github.com/palkan/isolator/pull/19)] Adding support for ruby version 2.2.2. ([@shivanshgaur][])
## 0.4.0 (2018-06-15)