From ef1d93c99488e75d4182a3dad985d231131a3dad Mon Sep 17 00:00:00 2001 From: Christopher Darling Date: Thu, 18 Aug 2016 16:27:36 +0100 Subject: [PATCH] DOCS add missing commit af3412a to 3.4.1 changelog --- docs/en/04_Changelogs/3.4.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/04_Changelogs/3.4.1.md b/docs/en/04_Changelogs/3.4.1.md index 817888594..dcd7899ee 100644 --- a/docs/en/04_Changelogs/3.4.1.md +++ b/docs/en/04_Changelogs/3.4.1.md @@ -18,6 +18,7 @@ * 2016-08-15 [ac26816](https://github.com/silverstripe/silverstripe-framework/commit/ac2681658ac33f6c060b7f5f881bd94eba92791b) Fix regression in url concatenation #4967 (Damian Mooyman) * 2016-08-15 [ef85618](https://github.com/silverstripe/silverstripe-cms/commit/ef856185ab7a86f25fda718a88256c9e6e27a763) Fix regression in FormField casting (Damian Mooyman) + * 2016-08-02 [af3412a](https://github.com/silverstripe/silverstripe-framework/commit/af3412a4c2f3088f5647df0e366b9e1b6c41faa4) fix to grid field loading wrong current page id when using multiple tabs (John Milmine) * 2016-08-02 [cd80d50](https://github.com/silverstripe/silverstripe-framework/commit/cd80d501f9eb12d9aca3e65f742041b142ee659f) Fix unset config options returning isset() = true (Damian Mooyman) * 2016-08-01 [7d0b8e6](https://github.com/silverstripe/silverstripe-framework/commit/7d0b8e6520a246bd20204613233a0a6ad0f19437) Fix permission checking code not correctly handling escaped SQL identifiers (Damian Mooyman) * 2016-07-28 [6c37532](https://github.com/silverstripe/silverstripe-framework/commit/6c37532a7ae4877fe1eaff45f41ff9902d5cccee) Gridfield delete action back link (#5848) (Jono Menz)