CHANGELOG.md in ears-0.3.3 vs CHANGELOG.md in ears-0.4.3
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 0.4.3 (2021-07-26)
+
+### Changes
+
+- Ears will not exit gracefully on unhandled errors anymore. You have to take care of proper flushing and cleanup yourself (see README for example).
+
## 0.3.3 (2021-06-07)
### Changes
- Ears will now exit gracefully on unhandled errors to give the application a chance to do flushing and cleanup work