Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 15, 2016
1 parent 8c2a817 commit 58792df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.31 - 15 Nov 2016

Switch to using macros instead of eval to play nicer with AOT

Support all arities of `clojure.repl/pst`

[Closed Issues](https://github.com/AvisoNovate/pretty/issues?q=milestone%3A0.1.31+is%3Aclosed)
Expand Down Expand Up @@ -120,7 +121,7 @@ The Clojure ExceptionInfo exception is now treated specially.

## 0.1.17 - 18 Feb 2015

Changed io.aviso.logging to always use the current value of *default-logging-filter* rather than capturing
Changed io.aviso.logging to always use the current value of \*default-logging-filter\* rather than capturing
its value when install-pretty-logging is invoked.

Sometimes, the file name of a stack trace element is a complete path (this occurs with some
Expand All @@ -130,15 +131,15 @@ This keeps the file name column as narrow as possible.

## 0.1.16 - 4 Feb 2015

io.aviso.exception/*default-frame-filter* has been added, and acts as the default frame filter for
io.aviso.exception/\*default-frame-filter\* has been added, and acts as the default frame filter for
write-exception (previously there was no default).

[Closed issues](https://github.com/AvisoNovate/pretty/issues?q=milestone%3A0.1.16+is%3Aclosed)

## 0.1.15 - 2 Feb 2015

Starting in this release, the exception report layout has changed significantly; however, the old
behavior is still available via the io.aviso.exceptions/*traditional* dynamic var.
behavior is still available via the io.aviso.exceptions/\*traditional\* dynamic var.

A new namespace, io.aviso.logging, includes code to setup clojure.tools.logging to make use of pretty
exception output.
Expand Down

0 comments on commit 58792df

Please sign in to comment.