Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
See CHANGELOG.md for changes.
  • Loading branch information
danmichaelo committed Oct 23, 2018
1 parent 3a1958a commit 9b0f0e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]

None yet

## [2.0.0] - 2018-10-23

### Added

- Added new helper methods to `HoldingsRecord`: `getLocation()` and `getLocations()` for 852 fields.
Expand All @@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added a `mapSubFields()` method to the `Field` class.
- Made the `Record` class JSON serializable.
- Added a `getType()` and `getTag()` method to `Classification`.

### Changed

- Changed the `Field::sf()` method to return `NULL`, not an empty string,
Expand Down Expand Up @@ -72,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `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/v1.0.1...HEAD
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.0...HEAD
[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
[0.3.2]: https://github.com/scriptotek/php-marc/compare/v0.3.1...v0.3.2
Expand Down

0 comments on commit 9b0f0e8

Please sign in to comment.