Skip to content

Commit

Permalink
Update docs. This was performed automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Aug 11, 2018
1 parent d8ce80f commit 20ac92d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"release-notes.html": {
"href": "release-notes.html",
"title": "NetTopologySuite.IO.GPX Release Notes | NetTopologySuite.IO.GPX",
"keywords": "NetTopologySuite.IO.GPX Release Notes 0.2.0 Fix an issue where values very close to zero would be written in scientific notation, violating the GPX spec ( #15 ). Added some more ToString() overrides GpxWaypoint constructor parameters reordered to match the order of the elements that the XSD schema requires ImmutableGpxWaypointTable now throws ArgumentException if it encounters a null waypoint. Rename GpxMetadata.CreationTime to GpxMetadata.CreationTimeUtc and validate that it is, in fact, marked as UTC (when specified at all). xmldoc ( #6 ) No longer exposing save / load methods on individual data elements. 0.1.1 Fix a copy-paste error in GpxTrack ( #11 ) 0.1.0 Initial release."
"keywords": "NetTopologySuite.IO.GPX Release Notes 0.2.0 Fix an off-by-one issue that would cause features to get skipped over when not separated by whitespace. ( #18 ). Fix an issue where values very close to zero would be written in scientific notation, violating the GPX spec. ( #15 ). Added some more ToString() overrides GpxWaypoint constructor parameters reordered to match the order of the elements that the XSD schema requires ImmutableGpxWaypointTable now throws ArgumentException if it encounters a null waypoint. Rename GpxMetadata.CreationTime to GpxMetadata.CreationTimeUtc and validate that it is, in fact, marked as UTC (when specified at all). xmldoc ( #6 ) No longer exposing save / load methods on individual data elements. 0.1.1 Fix a copy-paste error in GpxTrack ( #11 ) 0.1.0 Initial release."
},
"index.html": {
"href": "index.html",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"output": {
".html": {
"relative_path": "release-notes.html",
"hash": "kn5Dc6JsF5qI9aMe/lVsbA=="
"hash": "0Dv9I8atu1aJauVmJKphCQ=="
}
},
"is_incremental": false,
Expand Down
3 changes: 2 additions & 1 deletion release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ <h1 id="nettopologysuiteiogpx-release-notes">NetTopologySuite.IO.GPX Release Not

<h2 id="020"><a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/milestone/2">0.2.0</a></h2>
<ul>
<li>Fix an issue where values very close to zero would be written in scientific notation, violating the GPX spec (<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/11">#15</a>).</li>
<li>Fix an off-by-one issue that would cause features to get skipped over when not separated by whitespace. (<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/18">#18</a>).</li>
<li>Fix an issue where values very close to zero would be written in scientific notation, violating the GPX spec. (<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/15">#15</a>).</li>
<li>Added some more <code>ToString()</code> overrides</li>
<li><code>GpxWaypoint</code> constructor parameters reordered to match the order of the elements that the XSD schema requires</li>
<li><code>ImmutableGpxWaypointTable</code> now throws <code>ArgumentException</code> if it encounters a <code>null</code> waypoint.</li>
Expand Down

0 comments on commit 20ac92d

Please sign in to comment.