CHANGELOG.md in ginatra-4.0.2 vs CHANGELOG.md in ginatra-4.1.0
- old
+ new
@@ -1,8 +1,18 @@
## master
* Your contribution here.
+## 4.1.0 (2015-04-19)
+
+ * Log warnings and errors. Add a new setting: `log_file` to customize log file
+ location.
+ * Fix server startup when using Ruby 1.9
+ * Upgrade to Twitter Bootstrap 3. Make interface mobile-friendly and
+ responsive.
+ * Introduce a new setting: `sitename` to customize title.
+ * Improve error handling for invalid custom configuration. (@rogermarlow)
+
## 4.0.2 (2015-01-15)
* Ignore files in `git_dirs` by default and remove `ignored_files` setting.
* Allow non git directories inside `git_dirs`.