Skip to content

Commit

Permalink
Update changelog for version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jan 9, 2019
1 parent da903dd commit 558b268
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

None yet

## [2.0.1] - 2019-01-09

### Fixed

- Fixed strict comparison in `Field::mapSubFields()` to avoid matching `0`
to other subfields.

## [2.0.0] - 2018-10-23

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

[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/scriptotek/php-marc/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/scriptotek/php-marc/compare/v0.3.2...v1.0.0
Expand Down

0 comments on commit 558b268

Please sign in to comment.