Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 1d668b7

Browse files
committed
Document v4.0.2 release in CHANGELOG
1 parent 09dfd4e commit 1d668b7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
77

8+
## [4.0.2] — 2017-08-30
9+
10+
### Fixed
11+
12+
- Fix a bug with the `HasData` property on the reader returned by
13+
`Parser.ParseReader()`. Previously this property incorrectly reported that
14+
there was data when a header row was present, even if there were no
15+
subsequent data rows.
16+
817
## [4.0.1] — 2017-08-10
918

1019
### Added
@@ -96,7 +105,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
96105

97106
- Initial public release.
98107

99-
[unreleased]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v4.0.1...HEAD
108+
[unreleased]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v4.0.2...HEAD
109+
[4.0.2]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v4.0.1...v4.0.2
100110
[4.0.1]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v4.0.0...v4.0.1
101111
[4.0.0]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.3.2...v4.0.0
102112
[3.3.2]: https://github.com/EnableSoftware/DelimitedDataParser/compare/v3.3.1...v3.3.2

0 commit comments

Comments
 (0)