changelog.md in jekyll-s3-2.4.2 vs changelog.md in jekyll-s3-2.4.3
- old
+ new
@@ -1,8 +1,17 @@
# Changelog
This project uses [Semantic Versioning](http://semver.org).
+## 2.4.3
+
+* Make `s3_endpoint` optional in `_jekyll_s3.yml` when using `jekyll-s3` as a
+ library
+* Load dotfiles also with Ruby 2.0.0
+
+ The `Dir.glob` implementation changed a bit in Ruby 2, and this resulted in
+ `jekyll-s3` not uploading files that start with a dot.
+
## 2.4.2
* Fix problem where gzipped files were always re-uploaded
See the issue