Skip to content

Commit

Permalink
v4.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 5, 2016
1 parent 72e1bf1 commit 1c7b67b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
@@ -1,15 +1,18 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v4.5.1 / 2016 Jun 29
## v4.6.0 / Unreleased

```clojure
[com.taoensso/timbre "4.5.1"]
[com.taoensso/timbre "4.6.0-SNAPSHOT"]
```

> This is a **minor hotfix release**
> This is major feature release focused mainly on new profiling features
* **Hotfix**: address an issue for AOT/slf4j-timbre users.
* **Hotfix**: missing type hint during timestamp generation.
* **New**: Added Cljs profiling support
* **New**: Profiling utils: `dynamic-profile` for fast+flexible multi-thread profiling
* **New**: Added New Relic appender [#176 @polymeris]
* **Impl**: Improvements to clojure.tools.logging integration [#177 @MerelyAPseudonym]
* **Impl**: Smarter (faster) spit appender path creation [#174]

## v4.5.0 / 2016 Jun 26

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "4.5.1"
(defproject com.taoensso/timbre "4.6.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script logging library"
:url "https://github.com/ptaoussanis/timbre"
Expand Down

0 comments on commit 1c7b67b

Please sign in to comment.