summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-04-18 11:51:38 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2018-04-18 11:51:38 +0200
commit35140e1b074832b6f0006660dd7825ac62d88cf2 (patch)
tree3c38013ebb47436a19d4a1185fb175a9b50fa9b6
parentd29fed6f3c39299faee26a5380425269daf870c4 (diff)
downloadraven-35140e1b074832b6f0006660dd7825ac62d88cf2.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d3c618..323a9ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-6.7.0 (Unreleased)
+6.7.0 (2018-04-18)
------------------
* [Sanic] Added support for sanic.
+* [Core] Disabled dill logger by default
+* [Core] Added `SENTRY_NAME`, `SENTRY_ENVIRONMENT` and `SENTRY_RELEASE`
+ environment variables
+* [Core] DSN secret is now optional
+* [Core] Added fix for cases with exceptions in repr
+* [core] Fixed bug with mutating `record.data`
6.6.0 (2018-02-12)
------------------