We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56a51 commit 6ea37f3Copy full SHA for 6ea37f3
CHANGELOG.md
@@ -4,6 +4,14 @@ Changelog
4
All notable changes to this project will be documented in this file.
5
Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+6.5.0 (2018-01-15)
8
+------------------
9
+* [Core] Fixed missing deprecation on `SantizePasswordProcessor`
10
+* [Core] Improve exception handling in `Serializer.transform`
11
+* [Core] Fixed `celery.register_logger_signal` ignoring subclasses
12
+* [Core] Fixed sanitizer skipping `byte` instances
13
+* [Lambda] Fixed `AttributeError` when `requestContext` not present
14
+
15
6.4.0 (2017-12-11)
16
------------------
17
* [Core] Support for defining `sanitized_keys` on the client (pr/990)
0 commit comments