1Revision history for Perl extension Locale::Geocode
2
31.20 - Mon Feb 9 19:10:35 CST 2009
4 - add new ext_enable and ext_disable methods for selectively enabling
5   or disabling only the specified subset of all supported extensions
6 - add new "ust" extention for united states territories.  this
7   extension is ALWAYS on unless you explicitly disable it, thus it
8   retains compatibility with previous releases.
9 - rewrite ext method so that the extension list is constructed in a
10   more straightforward fashion.  while the behavior of the ext method
11   was never fully documented, the behavior now is, for multiple flags
12   for the same extension (ie, qw(usm -usm usm))), the most recent
13   element in the list is the one that is honored.
14
151.11 - Thu Aug 28 18:51:23 CDT 2008
16 - fix specifying extension configuration at instantiation
17 - added new divisions_sorted method to Locale::Geocode::Territory to
18   return the divisions sorted by the specified meta
19
201.10 - Wed Jun 18 10:56:58 CDT 2008
21 - allow specifying the extension configuration at instantiation
22 - add new extension "usps" that includes three soverign nations that
23   the United States Postal Service recognizes as domestic state
24   abbreviations
25 - change "Micronesia" to "Federated States of Micronesia" to avoid
26   confusion with the region known as Micronesia, which includes seven
27   distinct territories
28 - use feedback-enabled test macros (cmp_ok, is, etc) where appropriate
29 - replace all occurrences of ISO-3166-1 with ISO 3166-1
30
311.01 - Mon Jun 9 14:38:39 CDT 2008
32 - include Module::Install (forgot to add it to the manifest)
33
341.0 - Tue Mar 4 13:09:33 CST 2008
35 - initial release to CPAN
36
370.12 - 2007-11-07 14:50:16 -0600
38 - allow comparing Locale::Geocode::Territory objects
39
400.11 - 2007-10-03 17:02:38
41 - add convenience methods to Locale::Geocode for sorting territories
42
430.10 - 2007-09-24 12:20:27
44 - set some FIPS codes for various US territories
45
460.09 - 2007-03-06 16:39:27 -0600 (Tue, 06 Mar 2007) | 2 lines
47 - allow LGT to lookup by zero-based index
48
490.08 - 2007-03-01 12:21:47
50 - for the sake of brevity, replace 'United States of America' with
51   'United States'
52
530.07 - 2007-02-14 18:42:28
54 - don't return undef when lookup fails
55
560.06 - 2007-02-07 16:16:54
57 - fix Locale::Geocode import
58
590.05 - 2007-02-02 14:54:30
60 - force usage of XML::SAX::Expat in Locale::Geocode
61
620.04 - 2007-01-31 18:56:18
63 - stringify support/tests
64
650.03 - 2007-01-31 18:47:06
66 - fixes and more test cases
67
680.02 - 2007-01-30 18:36:31
69 - polish
70
710.01 - 2007-01-29 19:15:41
72 - initial revision
73
74