changelog.md in s3_website-2.7.0 vs changelog.md in s3_website-2.7.1

- old
+ new

@@ -1,17 +1,25 @@ # Changelog This project uses [Semantic Versioning](http://semver.org). +## 2.7.1 + +* Loosen dependency requirements + + See <https://github.com/laurilehmijoki/s3_website/pull/135> for discussion. + ## 2.7.0 * Add setting `treat_zero_length_objects_as_redirects` Before, `s3_website push` always uploaded one zero-length object for each configured redirect. From now on, you can instruct s3\_website to treat zero-length S3 objects as existing redirects. If you have a large amount of redirects on your site, you may find that this feature decreases the duration of `s3_website push`. + + See <https://github.com/laurilehmijoki/s3_website/issues/132> for discussion. ## 2.6.1 * Always invalidate the object */index.html* if the setting `cloudfront_invalidate_root` is on