Skip to content

Commit 8706102

Browse files
Moved release notes from readme to site\apt
1 parent 1dda594 commit 8706102

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,15 @@ Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
77
This Java project contains a library to encode latitude/longitude pairs to mapcodes
88
and to decode mapcodes back to latitude/longitude pairs.
99

10+
**Release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html**
11+
1012
**Online documentation can be found at: http://mapcode-foundation.github.io/mapcode-java/**
1113

1214
**An example of how to use this library can be found at: https://github.com/mapcode-foundation/mapcode-java-example**
1315

1416
If you wish to use mapcodes in your own application landscape, consider using running an instance of the
1517
Mapcode REST API, which can be found on: **https://github.com/mapcode-foundation/mapcode-rest-service**
1618

17-
# Release notes
18-
19-
* 2.1.0. Added micro-meter precision (mapcodes can now have eight precision digits)
20-
21-
* 2.0.1. Allow java 6 (JDK 1.6) compilation
22-
23-
* 2.0.0. Major update (core data checked, some territories updated, for ISO proposal)
24-
25-
* Further release notes can be found at: http://mapcode-foundation.github.io/mapcode-java/ReleaseNotes.html**
26-
2719
# License
2820

2921
Licensed under the Apache License, Version 2.0 (the "License");

src/site/apt/ReleaseNotes.apt.vm

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release Notes (Version ${project.version})
1+
Release Notes (Version ${project.version})
22

33
These are the release notes for the Java library for mapcodes.
44

@@ -9,6 +9,17 @@ Release Notes (Version ${project.version})
99
In any case, never depend on them for your own non-<<<SNAPSHOT>>> releases.
1010
#end
1111

12+
13+
* 2.1.0
14+
15+
* Added micro-meter precision (mapcodes can now have eight precision digits)
16+
17+
* Assure that encode(decode(m)) delivers m
18+
19+
* Renames to bring source more in line with other implementations
20+
21+
[]
22+
1223
* 2.0.2
1324

1425
* Renamed <<<isValidPrecisionFormat>>> to <<<isValidMapcodeFormat>>>.

0 commit comments

Comments
 (0)