CHANGES.md in berkeley_library-logging-0.2.2 vs CHANGES.md in berkeley_library-logging-0.2.3
- old
+ new
@@ -1,4 +1,9 @@
+# 0.2.3 (2021-09-02)
+
+- JSON formatter now strips all ANSI 7-bit C1 escapes from strings
+ (fixes [#1](https://github.com/BerkeleyLibrary/logging/issues/1) properly)
+
# 0.2.2 (2021-09-02)
- JSON formatter now strips ANSI color escapes from strings
(fixes [#1](https://github.com/BerkeleyLibrary/logging/issues/1))