Adding changelog

This commit is contained in:
Daniel Hensby 2016-02-24 17:01:09 +00:00
parent d6d220af5c
commit 4b64a7d54e
1 changed files with 16 additions and 0 deletions

16
CHANGELOG.md Normal file
View File

@ -0,0 +1,16 @@
# Changelog
# 1.1.0
- New: Added HTTP cache headers for cached files
- New: Added configuration from _ss_environment.php file constants
- New: Added quiet mode to rebuild cache task
- New: Added cache miss header when skipping cache
- Bugfix: Make sure URLs that get cached are always part of `allPagesToCache`
- Bugfix: `Config` not loading properly for `RsyncMultiHostPublisher`
- Bugfix: `publishPages` must use `Live` stage
- Bugfix: Don't ignore `$cacheBaseName` for cache files
# 1.0.0
- Initial release