From 8a23ac67f16260d7f7704dd81da70924304cccf8 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 11 Dec 2016 22:54:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8e1858..8e6f9828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.6.2 (2016-12-11) +### Bug fixes +* Use markdown in responses description ([#158](https://github.com/Rebilly/ReDoc/issues/158)) + +### Features/Improvements +* [x-displayName](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-displayname) for tags - by [@bfirsh](https://github.com/bfirsh) ([PR #152](https://github.com/Rebilly/ReDoc/pull/152)) + # 1.6.1 (2016-12-02) ### Bug fixes * Fix only the first instance of schema was rendered ([#150](https://github.com/Rebilly/ReDoc/issues/150))