This commit is contained in:
Peter Taoussanis 2015-07-29 13:58:00 +07:00
parent d4b0d4b3ad
commit fe7b0c45f9
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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"