diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 203bb559..d9491f84 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,10 +10,13 @@ started a build file with `js_` or `css_`, these prefixes would be removed and used as the file suffix. You must now always include the file extension in the build target. - * New `inlineCss` and `inlineScript` methods were added to the AssetCompressHelper. These new methods allow you to inline js/css on the page. Note that the assets will be rebuilt on each page request. +### Other Changes + +* Adopted PSR-2 + See [github releases](https://github.com/markstory/asset_compress/releases) for changelogs on previous releases.