mirror of https://github.com/status-im/timbre.git
v4.6.0
This commit is contained in:
parent
7b5cc9e330
commit
7bcfb1818e
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
|
||||
|
||||
## v4.6.0 / 2016 Jul 12
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.6.0"]
|
||||
```
|
||||
|
||||
> Non-breaking, **minor feature release**
|
||||
|
||||
* **New**: [#176] Add New Relic appender (@polymeris)
|
||||
* **Impl**: [#177] Improvements to clojure.tools.logging integration (@MerelyAPseudonym)
|
||||
* **Impl**: [#179] Break hostname util into smaller components
|
||||
* **Impl**: [#174] Smarter (faster) spit appender path creation
|
||||
* **Impl**: Revert recent profiling changes, restore ^:dynamic (multi-threaded) behaviour
|
||||
|
||||
## v4.5.1 / 2016 Jun 29
|
||||
|
||||
```clojure
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
**[CHANGELOG]** | [API] | current [Break Version]:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.5.1"] ; Stable
|
||||
[com.taoensso/timbre "4.6.0"] ; Stable
|
||||
```
|
||||
|
||||
> Please consider helping to [support my continued open-source Clojure/Script work]?
|
||||
|
@ -51,7 +51,7 @@ Your link here? | **PR's welcome!**
|
|||
Add the necessary dependency to your project:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "4.5.1"]
|
||||
[com.taoensso/timbre "4.6.0"]
|
||||
```
|
||||
|
||||
And setup your namespace imports:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/timbre "4.5.1"
|
||||
(defproject com.taoensso/timbre "4.6.0"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Pure Clojure/Script logging library"
|
||||
:url "https://github.com/ptaoussanis/timbre"
|
||||
|
|
Loading…
Reference in New Issue