Skip to content

Commit abafcaf

Browse files
committed
Moved release notes into README file
1 parent c7257ba commit abafcaf

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

README

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
-------------------------------------------------------------------------------
2+
MAPCODE C LIBRARY
3+
-------------------------------------------------------------------------------
24
Copyright (C) 2014 Stichting Mapcode Foundation (http://www.mapcode.com)
35

46
Licensed under the Apache License, Version 2.0 (the "License");
@@ -32,7 +34,7 @@ Documentation, including example snippets of C source code, can be found in
3234

3335
Also see www.mapcode.com for background and reference materials.
3436

35-
Note: this version may be restricted to a particular area of the Earth!
37+
Note: this version may be restricted to a particular area of the Earthas!
3638
In that case, basics.h will state a version number of the for:
3739
#define mapcode_cversion "1.2xxx"
3840
where "xxx" states the geographical limitation.
@@ -52,3 +54,38 @@ To build the original Mapcode tool, execute:
5254
For help, simply execute the binary file 'mapcode' without no arguments.
5355
This tool provides a rather extensive command-line interface to encode and
5456
decode Mapcodes.
57+
58+
59+
-------------------------------------------------------------------------------
60+
MAPCODE LIBRARY - RELEASE NOTES
61+
-------------------------------------------------------------------------------
62+
63+
1.33
64+
Fix to not remove valid results just across the edge of a territory. Iimproved interface readability
65+
and renamed methods to more readable forms.
66+
67+
1.32
68+
Added encodeLatLonToSingleMapcode(); fixed 1.29 so no country-wide alternative is produced in edge cases; prevent FIJI failing to
69+
decode at exactly 180 degrees.
70+
71+
1.31
72+
Added compareWithMapcodeFormat().
73+
74+
1.30
75+
IUpdated the documentation and extended it with examples and suggestions.
76+
77+
1.29
78+
Also generate country-wide alternative mapcodes for states.
79+
80+
1.28
81+
Bug fix for the needless generation of 7-letter alternatives to short mapcodes in large states in India.
82+
83+
1.27
84+
Improved (faster) implementation of the function isInArea.
85+
86+
1.26
87+
Added alias OD ("Odisha") for indian state OR ("Orissa").
88+
89+
1.25
90+
Initial release to the public domain.
91+

RELEASE_NOTES

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)