Added 'breaking changes' to README.

This commit is contained in:
Peter Taoussanis 2012-07-13 17:37:40 +07:00
parent cca1141c7f
commit c1c34be596
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
Current [semantic](http://semver.org/) version:
```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
Logging with Java can be maddeningly, unnecessarily hard. Particularly if all you want is something *simple that works out the box*.