mirror of https://github.com/status-im/timbre.git
v4.1.0
This commit is contained in:
parent
d4b0d4b3ad
commit
fe7b0c45f9
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## v4.1.0 / 2015 Aug 7
|
||||
|
||||
> This is a non-breaking feature release
|
||||
|
||||
* **DEPRECATED**: `*context*` val is now located under a `:context` key in appender's data map [#116 @mikesperber]
|
||||
* **New**: Added `profiling/fnp` macro
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.1.0"]
|
||||
```
|
||||
|
||||
|
||||
## v4.0.2 / 2015 June 26
|
||||
|
||||
> This is a minor, non-breaking bug fix release
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/timbre "4.0.2"
|
||||
(defproject com.taoensso/timbre "4.1.0"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Clojure/Script logging & profiling library"
|
||||
:url "https://github.com/ptaoussanis/timbre"
|
||||
|
|
Loading…
Reference in New Issue