Skip to content

Commit 60ba3f7

Browse files
authored
Merge pull request #241 from swcraig/update-changelog-for-1.1.0
Update CHANGELOG for 1.1.0
2 parents aafc2bd + 22f62d7 commit 60ba3f7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CHANGELOG.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
### 1.0.3 (Pending Release)
2-
* Add region search by type with Carmen::RegionCollection#typed (alessandro1997)
3-
* Freeze regions arrays (j15e)
4-
* Add Rangpur bibha, Bangladesh (ecbypi)
5-
* Add Telegana, India (ecbypi)
6-
7-
### 1.0.2
1+
### 1.1.0 (unreleased)
2+
* [#231](https://github.com/carmen-ruby/carmen/pull/231) Base ISO data has been updated for the first time since October 25, 2014
3+
* [#233](https://github.com/carmen-ruby/carmen/pull/233) Revert removing Puerto Rico as a country code
4+
* [#217](https://github.com/carmen-ruby/carmen/pull/217) Add serializer friendly `to_hash` for `Country` and `Region` ([@zarelit](https://github.com/zarelit))
5+
* [#137](https://github.com/carmen-ruby/carmen/pull/137) Add country search by numeric code ([@Envek](https://github.com/Envek))
6+
* [#200](https://github.com/carmen-ruby/carmen/pull/200) Add municipalities of Mexico ([@jdsampayo](https://github.com/jdsampayo))
7+
* [#193](https://github.com/carmen-ruby/carmen/pull/193) Allow filtering subregions by type ([@aldesantis](https://github.com/aldesantis))
8+
* [#180](https://github.com/carmen-ruby/carmen/pull/180) `Region#subregions` returns freezed array ([@j15e](https://github.com/j15e))
9+
* [#177](https://github.com/carmen-ruby/carmen/pull/177) Always return a `RegionCollection` from `Region#load_subregions` ([@codeodor](https://github.com/codeodor))
10+
* Various geographic data updates by [Carmen contributors](https://github.com/carmen-ruby/carmen/graphs/contributors). Thank you!
11+
12+
### 1.0.2 (March 13, 2015)
813
* Replace use of UnicodeUtils with ActiveSupport (eikes)
914
* Update data from upstream sources.
1015
* Fix spelling errors for French subregions (hugolantaume)
@@ -15,7 +20,7 @@
1520
* Fixed the name of Vietnam.
1621
* Add local files for Bangla language (tauhidul35)
1722

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

0 commit comments

Comments
 (0)