diff --git a/docs/en/changelogs/3.1.1.md b/docs/en/changelogs/3.1.1.md new file mode 100644 index 000000000..acdfd1341 --- /dev/null +++ b/docs/en/changelogs/3.1.1.md @@ -0,0 +1,9 @@ +# 3.1.1 + +## Changelog + +### Bugfixes + + * 2013-10-03 [4a0f9d5](https://github.com/silverstripe/sapphire/commit/4a0f9d5) Issue with login form failing to login in certain situations. Fixes issue #2424 (Damian Mooyman) + * 2013-10-01 [fb9d7a5](https://github.com/silverstripe/silverstripe-cms/commit/fb9d7a5) ReportAdmin report links regression (Ingo Schommer) + * 2013-09-27 [5c376a4](https://github.com/silverstripe/sapphire/commit/5c376a4) Without casting TreeTitle as HTMLText, unescape HTML appears in TreeDropdownField (unclecheese)