File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
99None 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
You can’t perform that action at this time.
0 commit comments