This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments