From b0c742b0a926ade24b059ed64401caa0656010dd Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 15 Feb 2018 11:29:30 +1300 Subject: [PATCH] Added 4.1.0-rc2 changelog --- docs/en/04_Changelogs/rc/4.1.0-rc2.md | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/en/04_Changelogs/rc/4.1.0-rc2.md diff --git a/docs/en/04_Changelogs/rc/4.1.0-rc2.md b/docs/en/04_Changelogs/rc/4.1.0-rc2.md new file mode 100644 index 000000000..26796b179 --- /dev/null +++ b/docs/en/04_Changelogs/rc/4.1.0-rc2.md @@ -0,0 +1,41 @@ +# 4.1.0-rc2 + + + +## Change Log + +### API Changes + + * 2018-02-13 [eed518b](https://github.com/silverstripe/silverstripe-assets/commit/eed518b00f9f8ea3e1785a82f0bcd3d69371f6ea) Shift TestAssetStore to non-test dev namespace to ensure this class is available for other modules (Damian Mooyman) + +### Features and Enhancements + + * 2018-02-12 [9ce21338a](https://github.com/silverstripe/silverstripe-framework/commit/9ce21338a3083c80128c5923eab3d8b968f4dd83) composer.json missing notice (zanderwar) + +### Bugfixes + + * 2018-02-14 [2fab96b](https://github.com/silverstripe/silverstripe-asset-admin/commit/2fab96b11dff2e15f150f2b1cd9d2461d247b953) behat tests with new cms button labels (Christopher Joe) + * 2018-02-13 [911a50c](https://github.com/silverstripe/silverstripe-errorpage/commit/911a50c35c74e0482dbf182762112099eee30fbe) tests to use new TestAssetStore (Damian Mooyman) + * 2018-02-13 [c767e472d](https://github.com/silverstripe/silverstripe-framework/commit/c767e472dc494408460ef47c27b8d34475da4ac6) DataObject singleton creation (Jonathon Menz) + * 2018-02-13 [f2b82b1f7](https://github.com/silverstripe/silverstripe-framework/commit/f2b82b1f77a60de4bf1b5807e1b820aad263ae1b) docs for configuring before/after a specific config file (Christopher Joe) + * 2018-02-13 [0b7cf8033](https://github.com/silverstripe/silverstripe-framework/commit/0b7cf8033198077cf6594f91e3f816d562cabc50) Fix incorrect convert slashes argument (Damian Mooyman) + * 2018-02-13 [c6095cf](https://github.com/silverstripe/silverstripe-config/commit/c6095cfc0a07a74bb932e2191215d06f102e992a) word boundary issue with pathname matching (Christopher Joe) + * 2018-02-13 [1d27a14](https://github.com/silverstripe/silverstripe-admin/commit/1d27a14be75efb33a503f7f1c15b093ab3b59c7f) Remove border-radius add hover states to non-active tabs (Sacha Judd) + * 2018-02-12 [ad52ced](https://github.com/silverstripe/silverstripe-versioned/commit/ad52ced4353b8abe312aeacfb2c95657169feedc) Prevent nested permissions from breaking recursive publishing (Damian Mooyman) + * 2018-02-12 [0f08f85](https://github.com/silverstripe/silverstripe-admin/commit/0f08f85508d01a578015848caff032ae0fd62e4c) improve the browser warning logic show (Christopher Joe) + * 2018-02-12 [423cbe0](https://github.com/silverstripe/silverstripe-graphql/commit/423cbe0ada53fcb63789cbdbafc94952dc2d7637) Fix broken createArgs() for scaffolded reads (#138) (Damian Mooyman) + * 2018-02-08 [d86e5dfc](https://github.com/silverstripe/silverstripe-cms/commit/d86e5dfc883267ffaa0c43e9ece7576c4f42ed61) remove now superfluous print action destroyer (Dylan Wagstaff) + * 2018-02-08 [d3278d547](https://github.com/silverstripe/silverstripe-framework/commit/d3278d5470165bba14ee5026453ec7d529901f42) Add Nested DB transaction support (#7848) (Daniel Hensby) + * 2018-02-08 [0a486b8f5](https://github.com/silverstripe/silverstripe-framework/commit/0a486b8f5705242de523489190f3975d55b3b3e6) Fix issue with CLIDebugView failing on class name of existing class (Damian Mooyman) + * 2018-02-08 [df62ffa](https://github.com/silverstripe/silverstripe-versioned/commit/df62ffa2616212f4b6000ec7c7b51558e5414e61) Fix createArgs() for Versioned graphql operations (Damian Mooyman) + * 2018-02-07 [dd3fbf2c7](https://github.com/silverstripe/silverstripe-framework/commit/dd3fbf2c73a662a5d525178800d9697a895feea1) Fix installer checking wrong location for files (Damian Mooyman) + * 2018-02-06 [0094c19](https://github.com/silverstripe/silverstripe-admin/commit/0094c19304eea5ac02daf42095da341315dae84f) Add text-colour to status-archived, remove span.badge styles (Sacha Judd) + * 2018-02-06 [6b38031a1](https://github.com/silverstripe/silverstripe-framework/commit/6b38031a1e16e94d5bafcbcce4bdcb2d6b3680ed) Fix Director::test() not persisting removed session keys on teardown (Damian Mooyman) + * 2018-01-26 [416915b08](https://github.com/silverstripe/silverstripe-framework/commit/416915b08248285083518850ad8d015ca8ed25c2) tableName is blank in CompositeDBField->addToQuery (Dominik Beerbohm) + * 2018-01-25 [cf69d0486](https://github.com/silverstripe/silverstripe-framework/commit/cf69d048665befa90eb43146f86cde984b876b3a) Fix ping including requirements (Damian Mooyman) + * 2018-01-24 [c2cd6b383](https://github.com/silverstripe/silverstripe-framework/commit/c2cd6b3832c6bc4775b2742df593b445c2aca391) Fix Member_GroupSet::removeAll() (fixes #3948) (Loz Calver) + * 2018-01-24 [f2b4c192e](https://github.com/silverstripe/silverstripe-framework/commit/f2b4c192ec4d70779f7c667a976e741a7f3a26c5) Fix UploadField cuts off “Save” button (closes #2862) (Loz Calver) + * 2018-01-23 [7384e3fc2](https://github.com/silverstripe/silverstripe-framework/commit/7384e3fc25987742ea08af74b704857a936e8ec0) Gridfields with dropdowns having lots of overflow (Scott Hutchinson) + * 2016-10-21 [8e5bb6fbd](https://github.com/silverstripe/silverstripe-framework/commit/8e5bb6fbdce0b2ca2d08a45534df2264db5e6b12) Fix : relObject() should return null if one of the node is null (Jason) + * 2016-03-15 [22b3a71ec](https://github.com/silverstripe/silverstripe-framework/commit/22b3a71ec0c8cd8c38030fa0bf5449abefafe8a3) ing val reference to url in https hotlink (Denise Rivera) + * 2015-04-22 [1f63637b9](https://github.com/silverstripe/silverstripe-framework/commit/1f63637b9369d4644a92523ada5d1a5dc0576c12) for #4095, TinyMCE not able to modify props of embed media (bug 1) and invalid HTML inserted (bug 2) (Patrick Nelson)