CHANGELOG.md in capistrano-simple-htaccess-0.1.1 vs CHANGELOG.md in capistrano-simple-htaccess-1.0.0

- old
+ new

@@ -1,8 +1,14 @@ # Changelog ### master +### v1.0.0, 2020-11-10 + +- Refactor default `.htaccess` file to externally redirect out of capistrano's 'current' directory + - This requires setting a new `:document_root` variable so the new `.htaccess` file can function + - `:document_root` should be set to what your Apache's `DocumentRoot` is set to. The rake task will use this to dynamically build the `.htaccess` + ### v0.1.1, 2020-03-17 - Run Rubocop formatters on source - Bump dependency version requirements