Update CHANGELOG [ci skip]

This commit is contained in:
Ben Word
2020-05-16 04:39:04 -06:00
committed by GitHub
parent 41d8239271
commit eb93c64b6c

View File

@@ -1,6 +1,7 @@
### 10.0.0-alpha.1: TBA
* Change PHP requirement to 7.2.
* Change WordPress requirement to 5.2.
### 10.0.0-beta.1: TBA
* Update to Bootstrap 4.5.0 ([#2467](https://github.com/roots/sage/pull/2467))
* Change PHP requirement to 7.2
* Change WordPress requirement to 5.2
* Move from `sage-lib` to [`Acorn`](https://github.com/roots/acorn) ([#2122](https://github.com/roots/sage/pull/2122))
* Change to [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) for handling webpack and compiling/concatnating assets ([#2172](https://github.com/roots/sage/pull/2172))
* Sage now ships with Blade Composers which are native, robust, more powerful solution to "Controllers" from Sage 9
@@ -9,7 +10,6 @@
* Move core theme files back to the theme root (`index.php`, `functions.php`, etc.) to allow better child theme compatability
* Create a default `storage/` directory for cache, logs, etc.
* Update config files to reflect Acorn
* To be continued...
### 9.0.9: February 13th, 2019
* Update to Bootstrap 4.3.1 ([#2153](https://github.com/roots/sage/pull/2153))