Skip to content

Commit 4061b69

Browse files
committed
fill in an incomplete
1 parent 8bfff60 commit 4061b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NetTopologySuite.IO.GPX Release Notes
22

33
## [0.3.0](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/milestone/4)
4-
- `GpxReaderSettings` now has a `DefaultCreatorIfMissing` attribute to fill in
4+
- `GpxReaderSettings` now has a `DefaultCreatorIfMissing` attribute to use for filling in a missing `GpxMetadata.Creator` value, to help read values saved from legacy versions of IHM ([#23](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/23)).
55
- Custom `GpxExtensionReader` and `GpxExtensionWriter` subclasses can now override just one method if there's a common way to handle extensions regardless of where they show up ([#26](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/26)).
66
- All immutable data model types now override `Equals(object)` and `GetHashCode()` to have "value" semantics ([#9](https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/issues/9)).
77
- Mutable types, such as `GpxFile`, do **not** do this, for your own safety.

0 commit comments

Comments
 (0)