CHANGELOG.md in raygun4ruby-1.3.0 vs CHANGELOG.md in raygun4ruby-1.4.0
- old
+ new
@@ -1,4 +1,10 @@
+## 1.4.0
+
+Features:
+ - Raygun API url is now configurable via `Configuration.api_url`
+ - Added support for `Exception#cause` to be tracked as `innerError` on Raygun. Only supported on Ruby >= 2.1
+
## 1.3.0 (10/03/2017)
Features:
- Improve affected user handling to let you specify all Raygun parameters, identifier, email, first name, full name and uuid. See [README.md](https://github.com/MindscapeHQ/raygun4ruby#affected-user-tracking) for details
- Pass a user object as the third parameter to `Raygun.track_exception` to have affected user tracking for manually tracked exceptions, see the above link for more information on configuring this