From 1a71653b6698f05ec41c2b7e73efd6973aa71f23 Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Thu, 10 Jan 2019 08:34:54 +0100 Subject: [PATCH] chore: update Changelog --- docs/changelog.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 012e83c..4d2eccc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,11 +2,22 @@ Changelog ========= -1.1.1 (unreleased) +1.2.0 ------------------ -- Nothing changed yet. +- feat: Better surfacing of validation errors in UI / optional model instance validation (#852) +- chore: Use modern setuptools in setup.py (#862) + +- chore: Update URLs to use https:// (#863) + +- chore: remove outdated workarounds + +- chore: Run SQLite tests with in-memory database + +- fix: Change logging level (#832) + +- fix: Changed `get_instance()` return val (#842) 1.1.0 (2018-10-02) ------------------