Skip to content

Commit

Permalink
v4.5.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 19, 2016
1 parent 998a823 commit 9d5cfa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v4.5.0 / Unreleased

```clojure
[com.taoensso/timbre "4.4.0"]
```

> This is a **non-breaking refactor release**
* **DEPRECATED**: Appender args - `:?err_`, `:vargs_` (delays)
* **New**: Appender args - `:?err`, `:vargs`, `:output_`
* **New**: Allow disabling ANSI colours with env var [#172 @ccfontes]
* **Impl**: Prep for some new upcoming features

## v4.4.0 / 2016 Jun 10

```clojure
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "4.4.0"
(defproject com.taoensso/timbre "4.5.0-RC2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Pure Clojure/Script logging library"
:url "https://github.com/ptaoussanis/timbre"
Expand Down

1 comment on commit 9d5cfa1

@ccfontes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.