From c97fc88dd30c7509af2ed81e7ea90293306482b2 Mon Sep 17 00:00:00 2001 From: Paudi Moriarty <90610+pmoriarty@users.noreply.github.com> Date: Sat, 22 Dec 2018 15:42:06 +0000 Subject: [PATCH] Update CHANGES.md for 0.1.36 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3b04770..6452ead 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## 0.1.36 - 22 Dec 2018 + +Support Clojure 1.10. + +Add support for highlighting application frames using `io.aviso.exception/*app-frame-names*`. + +[Closed Issues](https://github.com/AvisoNovate/pretty/issues?q=milestone%3A0.1.36+is%3Aclosed) + ## 0.1.35 - 28 Sep 2018 When printing sorted maps, the keys are presented in map order (not sorted).