diff --git a/HISTORY.rst b/HISTORY.rst index b0464147ad..aa815cca39 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,9 @@ -2.7.1 (2017-XX-XX) +2.7.1 (2017-08-31) ================== - Support unicode in URL querystring. GitLab issue #423. Thanks to Gustavo Teixeira (@gsteixei) for the find. - +- Import errors during initialization are only ignored + if they are cause by a missing local.py. 2.7 (2017-08-30) ================ diff --git a/docs/releases/2.7.1.rst b/docs/releases/2.7.1.rst index a6c384ed77..d5d34ca26e 100644 --- a/docs/releases/2.7.1.rst +++ b/docs/releases/2.7.1.rst @@ -2,7 +2,7 @@ Mayan EDMS v2.7.1 release notes =============================== -Released: XX XX, 2017 +Released: August 31, 2017 What's new ========== @@ -11,6 +11,8 @@ Other Changes ------------- - Support unicode in URL querystring. GitLab issue #423. Thanks to Gustavo Teixeira (@gsteixei) for the find. +- Import errors during initialization are only ignored + if they are cause by a missing local.py. Removals --------