Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 528 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 528 Bytes

HEAD

1.0.0.beta 3

Bug Fixes

  • Removed some 1.9 syntax taht prevented the gem from running on Ruby 1.8

Enhancements

  • Region select options are now sorted (lukast-akra)

API Changes

  • region_options_for_select now takes priority region codes in an options hash under the key 'priority'.
  • The API for region_options_for_select now expects a collection of Carmen::Regions as its second argument instead of a parent region. This makes it simple to provide a custom collection of regions to build a select from.