CHANGELOG.md in geocoder-1.5.0 vs CHANGELOG.md in geocoder-1.5.1
- old
+ new
@@ -1,13 +1,19 @@
Changelog
=========
Major changes to Geocoder for each release. Please see the Git log for complete list of changes.
-1.5.0 (2018 Aug 1)
+1.5.1 (2019 Jan 23)
-------------------
+* Add support for :tencent lookup (thanks github.com/Anders-E).
+* Add support for :smarty_streets international API (thanks github.com/ankane).
+* Remove :mapzen lookup.
+
+1.5.0 (2018 Jul 31)
+-------------------
+* Drop support for Ruby <2.0.
* Change default street address lookup from :google to :nominatim.
-* Drop support for Ruby 1.9.
* Cache keys no longer include API credentials. This means many entries in existing cache implementations will be invalidated.
* Test lookup fixtures should now return `coordinates` and NOT `latitude`/`longitude` attributes (see #1258). This may break some people's tests.
* Add support for :ip2location lookup (thanks github.com/ip2location).
* Remove :ovi and :okf lookups.