From f5bb2fe8dea742cc27815930c119cc446099d1db Mon Sep 17 00:00:00 2001 From: Rick Riensche Date: Wed, 18 Sep 2019 21:46:01 -0700 Subject: [PATCH] @cosmetic - changelog --- CHANGELOG.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17282b36..f82fb484 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +v1.10.1 (2019-09-19) +-------------------- + +Changes +~~~~~~~ +- Tweaking build rules, updating docs, and prepping for bumpversion do- + over. [Rick Riensche] + +Fix +~~~ +- Treat "description" key the same way as "explode" key for query and h… + (#129) [Artem Revenko] + +Other +~~~~~ +- Accept bare class for schema arguments (#126) [Rick Riensche] +- Fix marshmallow test helpers so that they work will all unittest + compatible frameworks and not just pytest. 'python setup.py test' + works again. (#127) [Andrew Standley] + + v1.10.0 (2019-09-11) -------------------- - BP-763: Add support for multiple authenticators (#122) [Andrew