CHANGELOG.md in pesapal-1.3.0 vs CHANGELOG.md in pesapal-1.5.0
- old
+ new
@@ -1,7 +1,23 @@
Changelog
=========
+v1.5.0
+------
+
+* Remove `path_to_file` second constructor parameter, make constructor simpler
+* Remove Rails specific code to Railtie, create fallbacks if using in a non-Rails environment
+* Change and improve how credentials are loaded
+* Require `net/http`, used by `Net::HTTP` (bug fix)
+* Added to travis-ci for continuous integrations
+* Added to gemnasium for dependency checking
+* Write basic tests
+
+v1.4.0
+------
+
+* Makes more sense if mode,@mode variables were env,@env
+
v1.3.0
------
* Make mode setting should be a bit more intuitive, default more to Rails.env