CHANGELOG.md in countries-2.0.0.rc vs CHANGELOG.md in countries-2.0.0

- old
+ new

@@ -1,9 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0 +- Remove find_country_by_translations + +## 2.0.0.rc3 +- Content updates + - All geo cords, are no longer strings + - All bounding boxes updated + - United States is now United States of America +- Refactor of Rake tasks + +## 2.0.0.rc2 +- Add fallback when looking up locales for pt-BR style languages +- Implement project style guide + ## 2.0.0.rc +- Fixed a regression that would purge the countries memory cache when adding a custom country #353 - Various Content Updates ## 2.0.0.pre.4 - Fix crash when app introduces an unexpected locale. Much thanks to @jstenhouse