From b2c3c00e8ca6881b5d8293ad6a95da1bf0ec53bb Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 28 Jun 2018 20:48:25 +0300 Subject: [PATCH] chore: update changelog [ci skip] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca2df72..e7583af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [2.0.0-alpha.26](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2018-06-28) + + +### Bug Fixes + +* change default font weight to 400 ([11947ed](https://github.com/Rebilly/ReDoc/commit/11947ed)) +* do not uppercase menu items by default ([0d45cc2](https://github.com/Rebilly/ReDoc/commit/0d45cc2)) +* fix link colors in json samples ([aaaa899](https://github.com/Rebilly/ReDoc/commit/aaaa899)) + + +### Features + +* display Value instead of Enum for one-item enum ([78fa312](https://github.com/Rebilly/ReDoc/commit/78fa312)) +* experimental temporary support for tags in md ([06ef51c](https://github.com/Rebilly/ReDoc/commit/06ef51c)) + + + # [2.0.0-alpha.24](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2018-06-01)