- Complete rewrite. New data source and API. Extracting Rails view helpers into seperate gem.
- Republish the gem with Ruby 1.8.7.
- Remove Jeweler and release new version.
- Generate the gem with Ruby 1.8.7 to try to fix YAML library incompatibilities.
- Preserve order of priority_countries in country_select (castiglione)
- Add Finnish localization (marjakapyaho)
- Update a few contru names to match ISO naming (belt)
- Fall back to default locale if selected locale is missing (twinge)
- Added Russian country translations (grlm)
- Added South Sudan as a country (edshadi)
- Renamed Libyan Arab Jamahiriya to Libya (mdimas)
- Fixed an issue where trying find a country for a blank string would match everything (smathieu)
- Added Italian country names (Arkham)
- Add Polish, slovak and czech translations (Pajk)
- Various corrections to country names (wolframarnold)
- Add Chinese counties (liwh)
- Add Dutch province names (ariejan)
- Add Saint Barthelemy (BL) and Saint Martin (French Part) (MF) (nengxu)
- Add Japanese countries localization (bonsaiben)
- Prevent Carmen::state_name('NO','NO') from crashing (mhourahine)
- Change "Taiwan, Province of China" to "Taiwan" (camilleroux)
- Add spanish translation for countries (federomero)
- Use a shorter name for US Armed Forces States (cgs)
- Added Gujarat to the list of states in India (swaroopch)
- Added American Samoa to the list of US States
- Added Dutch country translations (Arie)
- Added Kosovo to German Translation (Christopher Thorpe)
- Added the ability to list countries at the top of the list (jjthrash)
- Added country names in Hindi (sukeerthiadiga)
- Fix a gemspec disaster.
- Suppress a deprecation warning in Rails 3 (anupamc)
- Remove init.rb altogether and use requires under Rails
- Added Indian states and union territories (orthodoc)
- Data corrections (mikepinde)
- Fixed autoloading under Rails 3
- Added state and country exclusion (kalafut)
- Added regions for New Zealand (yehezkielbs)
- Merge in Maximilian Schulz's locale fork, refactor internals to better support locales, and update documentation.
- Remove Carmen::STATES and Carmen::COUNTRIES constants in favor of module instance variables and proper accessors.
- Add a test_helper and remove dependency on RubyGems.
- DEPRECATE Carmen::COUNTRIES in favor of Carmen.countries