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 dbcb420 commit d8ce80f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 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 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": "9Z3SPQUdeRAmmVOaeu+THw=="
"hash": "kn5Dc6JsF5qI9aMe/lVsbA=="
}
},
"is_incremental": false,
Expand Down
1 change: 1 addition & 0 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ <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>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 d8ce80f

Please sign in to comment.