Added 3.7.2 changelog

This commit is contained in:
Aaron Carlino 2018-11-07 23:22:05 +13:00
parent a7d511e739
commit bd0141eb72

View File

@ -0,0 +1,27 @@
# 3.7.2
<!--- Changes below this line will be automatically regenerated -->
## Change Log
### Security
* 2018-09-26 [598edd913](https://github.com/silverstripe/silverstripe-framework/commit/598edd91341f389d7b919ec1201e03d2aba4d284) Add confirmation token to dev/build (Loz Calver) - See [ss-2018-019](https://www.silverstripe.org/download/security-releases/ss-2018-019)
* 2018-07-29 [144194600](https://github.com/silverstripe/silverstripe-framework/commit/144194600c24ac3858bea8de2dc91c8318a352be) Ignore arguments in mysqli::real_connect backtrace calls (Robbie Averill) - See [ss-2018-018](https://www.silverstripe.org/download/security-releases/ss-2018-018)
* 2017-05-25 [c25478b](https://github.com/silverstripe/silverstripe-installer/commit/c25478bef75cc5482852e80a1fa6f1f0e6460e39) SVG uploads disabled by default (Daniel Hensby) - See [ss-2017-017](https://www.silverstripe.org/download/security-releases/ss-2017-017)
### Features and Enhancements
* 2018-09-25 [518b6514c](https://github.com/silverstripe/silverstripe-framework/commit/518b6514cdda6496b59dcaac9020c331d03d6714) Add test for PHP 7.3 support (Sam Minnee)
### Bugfixes
* 2018-10-02 [c5201dc01](https://github.com/silverstripe/silverstripe-framework/commit/c5201dc01a69e9a0b9c84ad120104f9aeba7e86e) Allow DataObjectTest to be run by itself (Sam Minnee)
* 2018-10-02 [ae9ab22a8](https://github.com/silverstripe/silverstripe-framework/commit/ae9ab22a8ff1b48c90f7dfe2899c09efaa65b161) Use DELETE FROM instead of TRUNCATE for clearTable (Sam Minnee)
* 2018-10-01 [d6117630b](https://github.com/silverstripe/silverstripe-framework/commit/d6117630bdc3be78f6426cf672cda6e68762a4ba) Stricter regex syntax for PHP7.3 support. (Sam Minnee)
* 2018-09-06 [8e871460](https://github.com/silverstripe/silverstripe-cms/commit/8e871460a86c1040c324a186f63e300494a63a78) Give Behat more memory in Travis builds (Robbie Averill)
* 2018-09-05 [4acf401b](https://github.com/silverstripe/silverstripe-cms/commit/4acf401b71abdd593244d9d889df8dc8be524184) fixed deprecated create_function() in PHP 7.2 (zemiacsik)
* 2018-08-13 [5f48b3e5d](https://github.com/silverstripe/silverstripe-framework/commit/5f48b3e5d202635b5bfb6d77f63d706d57c46118) txt/json is not a valid content type (Daniel Hensby)
* 2018-07-18 [a4bf2cd1f](https://github.com/silverstripe/silverstripe-framework/commit/a4bf2cd1f301d06731dd56cb977a829fba4d7edd) Correct afterCallActionHandler arguments to match SS4. (Sam Minnee)
* 2018-07-04 [fa7f1954b](https://github.com/silverstripe/silverstripe-framework/commit/fa7f1954be4c2548e8bfd16b07bd3537f11f839f) Fix test to match (Sam Minnee)
* 2018-07-04 [9c9872eba](https://github.com/silverstripe/silverstripe-framework/commit/9c9872ebaccc75fda922d7fa5c93f26490ebcdde) Remove X-Requested-With from default Vary header. (Sam Minnee)