changelog.md in s3_website-2.1.16 vs changelog.md in s3_website-2.2.0
- old
+ new
@@ -1,8 +1,18 @@
# Changelog
This project uses [Semantic Versioning](http://semver.org).
+## 2.2.0
+
+* Specify the location of the website in the *s3_website.yml* file
+
+ Just add the setting `site: path-to-your-website` into the file.
+
+* Fix Nanoc auto detection
+
+ Previously, a website in *public/output* was not automatically detected.
+
## 2.1.16
* Support non-US-ASCII files when using `ignore_on_server`
Fixes https://github.com/laurilehmijoki/s3_website/issues/102