Skip to content

Commit caef0c7

Browse files
2.1.4 Enforce encode(decode(m))=m except near territory borders
1 parent b9a489a commit caef0c7

File tree

3 files changed

+220
-194
lines changed

3 files changed

+220
-194
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,28 @@ of the Mapcode library by Rijn Buve and Matthew Lowden.
4343

4444
# Version History
4545

46-
* 2.1.1 - August 2015
46+
* 2.1.4
4747

48-
Added useful routine DistanceInMeters to API
48+
Added maxErrorInMeters to API;
4949

50-
* 2.1.0 - August 2015
50+
Enforce encode(decode(m))=m except near territory borders
51+
52+
Stricter unit tests;
53+
54+
* 2.1.1
55+
56+
Added DistanceInMeters to API
57+
58+
* 2.1.0
5159

5260
Rewrote fraction floating points to integer arithmetic
5361

54-
* 2.0.3 - August 2015
62+
* 2.0.3
5563

5664
Minor fix. Added unittest\unittest.html - open to peform
5765
tests that try to verify that the library works as intended;
5866

59-
* 2.0.1 - August 2015
67+
* 2.0.1
6068

6169
Minor fixes.
6270

0 commit comments

Comments
 (0)