You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@ This project uses [**Break Versioning**](https://www.taoensso.com/break-versioni
2
2
3
3
---
4
4
5
+
# `v6.4.0` (2024-02-22)
6
+
7
+
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.4.0), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
8
+
9
+
This is a **maintenance release** that should be non-breaking, but that **may change** (fix) logging output for users of the JS console logger's `:raw-console?` option.
10
+
11
+
## Fixes since `v6.3.1`
12
+
13
+
* 9ec4e3c4 [fix] JS console appender unintentionally duplicating raw args
14
+
* dbf84818 [fix] Unnecessary boxed math in (community) rotor appender
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/timbre/versions/6.3.1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
0 commit comments