Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for 2.0.0 #232

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### 1.0.3 (Pending Release)
* Add region search by type with Carmen::RegionCollection#typed (alessandro1997)
* Freeze regions arrays (j15e)
* Add Rangpur bibha, Bangladesh (ecbypi)
* Add Telegana, India (ecbypi)

### 1.0.2
### 2.0.0 (unreleased)
* [#231](https://github.com/carmen-ruby/carmen/pull/231) Base ISO data has been updated for the first time since October 25, 2014.
* [#217](https://github.com/carmen-ruby/carmen/pull/217) Add serializer friendly `to_hash` for `Country` and `Region` ([@zarelit](https://github.com/zarelit))
* [#137](https://github.com/carmen-ruby/carmen/pull/137) Add country search by numeric code ([@Envek](https://github.com/Envek))
* [#200](https://github.com/carmen-ruby/carmen/pull/200) Add municipalities of Mexico ([@jdsampayo](https://github.com/jdsampayo))
* [#193](https://github.com/carmen-ruby/carmen/pull/193) Allow filtering subregions by type ([@aldesantis](https://github.com/aldesantis))
* [#180](https://github.com/carmen-ruby/carmen/pull/180) `Region#subregions` returns freezed array ([@j15e](https://github.com/j15e))
* [#177](https://github.com/carmen-ruby/carmen/pull/177) Always return a `RegionCollection` from `Region#load_subregions` ([@codeodor](https://github.com/codeodor))
* Various geographic data updates by [Carmen contributors](https://github.com/carmen-ruby/carmen/graphs/contributors). Thank you!

### 1.0.2 (March 13, 2015)
* Replace use of UnicodeUtils with ActiveSupport (eikes)
* Update data from upstream sources.
* Fix spelling errors for French subregions (hugolantaume)
Expand All @@ -15,7 +19,7 @@
* Fixed the name of Vietnam.
* Add local files for Bangla language (tauhidul35)

### 1.0.1
### 1.0.1 (March 06, 2014)
* Avoid raising an exception when calling Querying#coded with a nil code
* Fix a bug where adding additional data paths caused an error when looking up localized names in the base locale data (seangaffney)
* Add Country#numeric_code (stevenharman)
Expand Down