changelog.md in sentry-raven-3.0.0 vs changelog.md in sentry-raven-3.0.1
- old
+ new
@@ -1,4 +1,16 @@
+# Changelog
+
+## Unreleased
+
+## 3.0.1
+
+* fix: Improve SanitizeData processor (#984)
+* fix: Masking cookies as key/pair instead of a single string (#983)
+* fix: Transports classes' requiring issue (#986)
+* fix: Frozen string issues (#977)
+* feat: Officially support Rails 6 (#982)
+
3.0.0
----
* SDK now requires Ruby >= 2.3
* REF: Retain any literal "HTTP-" in header names [@elliterate, #950]