changelog.md in s3_website-2.1.6 vs changelog.md in s3_website-2.1.7

- old
+ new

@@ -1,9 +1,15 @@ # Changelog This project uses [Semantic Versioning](http://semver.org). +## 2.1.7 + +* Remove local db + + It turned out to be too complex to maintain + ## 2.1.6 * Automatically add slash to redirects if needed ## 2.1.5 @@ -37,12 +43,9 @@ ## 2.0.0 ### New features * Faster uploads for extra large sites - - Use a local database for calculating diffs. This removes the need to read all - the files of the website, when you call the `s3_website push` command. Use proper multithreading with JVM threads. * Simulate deployments with `push --dry-run`