From 1f855f7bb943038ae808b3243e1364cbbfdd1a60 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 20 Dec 2016 00:28:39 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6f9828..f37eb230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.6.2 (2016-12-19) +### Bug fixes +* Disable side-menu animation (workaround for [#162](https://github.com/Rebilly/ReDoc/issues/162)) +* Use markdown for response description (fixes [#158](https://github.com/Rebilly/ReDoc/issues/158)) +* Fix leaks (fixes [#167](https://github.com/Rebilly/ReDoc/issues/167)) +* Update webpack and stick to ts@2.0.9 (fixes [#169](https://github.com/Rebilly/ReDoc/issues/169), [#168](https://github.com/Rebilly/ReDoc/issues/168)) + +### Features/Improvements +* add `expand-responses` option - specify which responses are expand by default ([#165](https://github.com/Rebilly/ReDoc/issues/165)). + # 1.6.2 (2016-12-11) ### Bug fixes * Use markdown in responses description ([#158](https://github.com/Rebilly/ReDoc/issues/158))