summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-01-17 09:52:48 +0100
committerAshley Camba Garrido <ashwoods@gmail.com>2018-01-17 09:52:48 +0100
commit6ea37f30a28097f7b02b18714ddb8218804ab536 (patch)
tree39816ddc6227e77b3be2a29ba408f9d69b702a89
parent9f56a51ebfd67ee094d47a93fb049fe8b40ac0a4 (diff)
downloadraven-6ea37f30a28097f7b02b18714ddb8218804ab536.tar.gz
Update changelog for 6.5.0
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2aa1db4..b46ca27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ Changelog
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.5.0 (2018-01-15)
+------------------
+* [Core] Fixed missing deprecation on `SantizePasswordProcessor`
+* [Core] Improve exception handling in `Serializer.transform`
+* [Core] Fixed `celery.register_logger_signal` ignoring subclasses
+* [Core] Fixed sanitizer skipping `byte` instances
+* [Lambda] Fixed `AttributeError` when `requestContext` not present
+
6.4.0 (2017-12-11)
------------------
* [Core] Support for defining `sanitized_keys` on the client (pr/990)