From ce8377da03fb6c654f702341ffa3cddbe2499119 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 30 Jun 2016 16:03:17 -0400 Subject: [PATCH] Update changelog. --- HISTORY.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 93d192eea4..e23a871fd3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,10 @@ +2.1.4 (2016-XX-XX) +================== +- Add missing link to the 2.1.3 release notes in the index file. +- Improve TempfileCheckMixin. + 2.1.3 (2016-06-29) +================== - Add help message when initialsetup migration phase fails. Relates to GitLab issue #296. - Start using self.setdout instead of print as per documentation. - Fix GitLab issue #295, "When editing a user the top bar jumps to the name of the user".