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.
8
8
9
9
None yet
10
10
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
+
11
18
## [ 2.0.0] - 2018-10-23
12
19
13
20
### Added
@@ -76,7 +83,8 @@ None yet
76
83
- ` Record::fromString ` now throws a ` RecordNotFound ` exception rather than an ` ErrorException ` exception if no record was found.
77
84
- ` Record::getType ` now throws a ` UnknownRecordType ` exception rather than an ` ErrorException ` .
78
85
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
80
88
[ 2.0.0 ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
81
89
[ 1.0.1 ] : https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
82
90
[ 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