mirror of https://github.com/status-im/timbre.git
Added 'breaking changes' to README.
This commit is contained in:
parent
cca1141c7f
commit
c1c34be596
|
@ -1,9 +1,14 @@
|
||||||
Current [semantic](http://semver.org/) version:
|
Current [semantic](http://semver.org/) version:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "0.6.1"] ; Please note that the repo and ns have changed recently
|
[com.taoensso/timbre "0.6.1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Breaking changes** since _0.6.x_ (see updated README examples for any necessary changes):
|
||||||
|
* Affecting **users of the standard email appender**:
|
||||||
|
* Postal appender moved to own ns: `taoensso.timbre.appenders.postal`.
|
||||||
|
* `com.draines/postal` no longer automatically included as a dependency.
|
||||||
|
|
||||||
# Timbre, a (sane) logging library for Clojure
|
# Timbre, a (sane) logging library for Clojure
|
||||||
|
|
||||||
Logging with Java can be maddeningly, unnecessarily hard. Particularly if all you want is something *simple that works out the box*.
|
Logging with Java can be maddeningly, unnecessarily hard. Particularly if all you want is something *simple that works out the box*.
|
||||||
|
|
Loading…
Reference in New Issue