CHANGELOG.md in anyway_config-1.2.0 vs CHANGELOG.md in anyway_config-1.3.0
- old
+ new
@@ -1,7 +1,19 @@
# Change log
+## master
+
+## 1.3.0 (2018-06-15)
+
+- Ruby 2.2 is no longer supported.
+
+- `Anyway::Config.env_prefix` method is introduced. ([@charlie-wasp][])
+
+## 1.2.0 (2018-02-19)
+
+Now works on JRuby 9.1+.
+
## 1.1.3 (2017-12-20)
- Allow to pass raw hash with explicit values to `Config.new`. ([@dsalahutdinov][])
Example:
@@ -52,5 +64,6 @@
Initial version.
[@palkan]: https://github.com/palkan
[@onemanstartup]: https://github.com/onemanstartup
[@dsalahutdinov]: https://github.com/dsalahutdinov
+[@charlie-wasp]: https://github.com/charlie-wasp