From bdb19f415fd7c7877f785561a7854362f5306ecc Mon Sep 17 00:00:00 2001 From: Greg Look Date: Tue, 20 Oct 2015 15:16:52 -0700 Subject: [PATCH] Update versioneye badge. --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56f8c5..0fab677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Release Notes This page documents the high-level changes in each release of Puget. +## 0.9.2 (2015-10-20) + +- Add `printer/unknown-handler` and improve rendering of unknown types. +- Add print handlers for class and function values. +- Line-break tagged literals when the form is a collection. + ## 0.9.1 (2015-10-17) - Improve `chained-lookup` logic to remove nil dispatch entries. diff --git a/README.md b/README.md index 3d0c60a..6b084c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Puget [![Build Status](https://travis-ci.org/greglook/puget.svg?branch=master)](https://travis-ci.org/greglook/puget) [![Coverage Status](https://coveralls.io/repos/greglook/puget/badge.png?branch=master)](https://coveralls.io/r/greglook/puget?branch=master) -[![Dependency Status](https://www.versioneye.com/user/projects/53718bfb14c1589a89000144/badge.png?style=flat)](https://www.versioneye.com/clojure/mvxcvi:puget) +[![Dependency Status](https://www.versioneye.com/clojure/mvxcvi:puget/badge.svg)](https://www.versioneye.com/clojure/mvxcvi:puget) [![API codox](http://b.repl.ca/v1/doc-API-blue.png)](https://greglook.github.io/puget/api/) [![marginalia docs](http://b.repl.ca/v1/doc-marginalia-blue.png)](https://greglook.github.io/puget/marginalia/uberdoc.html)