From b7dcd306e452b082b4a7c8c39b6f12e624376592 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 2 Aug 2017 11:07:08 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cde8b..4cf127f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### HEAD +* Update dependencies, support `config-local.json`, implement autoload system for styles/scripts, use `roots/sage-installer`, use `roots/sage-lib` ([#1919](https://github.com/roots/sage/pull/1919)) +* Add soberwp/controller ([#1903](https://github.com/roots/sage/pull/1903)) +* Change syntax of template call to match other files in views ([#1908](https://github.com/roots/sage/pull/1908)) +* Add Tachyons as a CSS framework option ([#1867](https://github.com/roots/sage/pull/1867)) +* Remove post format reference in template call ([#1904](https://github.com/roots/sage/pull/1904)) +* Update inline documentation to reflect correct theme file locations ([#1890](https://github.com/roots/sage/pull/1890)) +* Optimize CSS Assets safe = true ([#1901](https://github.com/roots/sage/pull/1901)) +* Update Autoprefixer and standardize browserlist location ([#1899](https://github.com/roots/sage/pull/1899)) +* Do not redirect for WP-CLI ([#1891](https://github.com/roots/sage/pull/1891)) +* Illuminate: container make with parameters ([#1888](https://github.com/roots/sage/pull/1888)) +* Add Stylelint for linting stylesheets ([#1885](https://github.com/roots/sage/pull/1885)) + ### 9.0.0-beta.3: April 21st, 2017 * Move required theme files to `sage/resources` ([#1877](https://github.com/roots/sage/pull/1877)) * Move `src/` to `app/` ([#1868](https://github.com/roots/sage/pull/1868))