Skip to content

Commit 558b268

Browse files
committed
Update changelog for version 2.0.1
1 parent da903dd commit 558b268

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
None yet
1010

11+
## [2.0.1] - 2019-01-09
12+
13+
### Fixed
14+
15+
- Fixed strict comparison in `Field::mapSubFields()` to avoid matching `0`
16+
to other subfields.
17+
1118
## [2.0.0] - 2018-10-23
1219

1320
### Added
@@ -76,7 +83,8 @@ None yet
7683
- `Record::fromString` now throws a `RecordNotFound` exception rather than an `ErrorException` exception if no record was found.
7784
- `Record::getType` now throws a `UnknownRecordType` exception rather than an `ErrorException`.
7885

79-
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.0...HEAD
86+
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.1...HEAD
87+
[2.0.1]: https://github.com/scriptotek/php-marc/compare/v2.0.0...v2.0.1
8088
[2.0.0]: https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
8189
[1.0.1]: https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
8290
[1.0.0]: https://github.com/scriptotek/php-marc/compare/v0.3.2...v1.0.0

0 commit comments

Comments
 (0)