From 578f12204dfa13a99630b6ccba169451adb0258e Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Thu, 26 Jan 2017 21:47:37 +0000 Subject: [PATCH] Added 3.5.2-rc1 changelog --- docs/en/04_Changelogs/rc/3.5.2-rc1.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/en/04_Changelogs/rc/3.5.2-rc1.md diff --git a/docs/en/04_Changelogs/rc/3.5.2-rc1.md b/docs/en/04_Changelogs/rc/3.5.2-rc1.md new file mode 100644 index 000000000..01d5ce212 --- /dev/null +++ b/docs/en/04_Changelogs/rc/3.5.2-rc1.md @@ -0,0 +1,17 @@ +# 3.5.2-rc1 + + + +## Change Log + +### Security + + * 2017-01-13 [c6c6c13](https://github.com/silverstripe/silverstripe-framework/commit/c6c6c13fc265aeedf5de7226b3cde39d185ba49d) Unescaped title attribute in LeftAndMain_TreeNode::forTemplate (Daniel Hensby) - See [ss-2017-001](http://www.silverstripe.org/download/security-releases/ss-2017-001) + +### Bugfixes + + * 2017-01-24 [c640ade](https://github.com/silverstripe/silverstripe-framework/commit/c640ade9112c703068754c7d7061d646da7307bd) ed iframe postmessage breaking non-string messages (Ruud Arentsen) + * 2017-01-16 [17d123a](https://github.com/silverstripe/silverstripe-framework/commit/17d123a3be3a2c9e21845fda89c61f00301f78f5) Ensure correct regeneration of ConfigManifest if only one of the cache files is missing (Stephan Bauer) + * 2017-01-14 [1f1fffe](https://github.com/silverstripe/silverstripe-framework/commit/1f1fffe73454930c1aef394e9b106a484e6d59ee) Ensure correct regeneration of ConfigManifest if only one of the cache files is missing (fixes #6467) (Stephan Bauer) + * 2017-01-10 [5bba726](https://github.com/silverstripe/silverstripe-cms/commit/5bba7264c69b654ac5bcb87769781138be61cb92) Dont attempt to iterate over null in SiteTree::allowedChildren (Daniel Hensby) + * 2016-12-21 [f314b86](https://github.com/silverstripe/silverstripe-framework/commit/f314b86ad804b021cda255e4645e99e8d971fa8a) Temp disable shortcode SPLIT behaviour due to crash (#6436) (Damian Mooyman)