File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7-
87## [ Unreleased]
98
9+ None yet
10+
11+ ## [ 2.0.0] - 2018-10-23
12+
1013### Added
1114
1215- Added new helper methods to ` HoldingsRecord ` : ` getLocation() ` and ` getLocations() ` for 852 fields.
@@ -21,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2124- Added a ` mapSubFields() ` method to the ` Field ` class.
2225- Made the ` Record ` class JSON serializable.
2326- Added a ` getType() ` and ` getTag() ` method to ` Classification ` .
27+
2428### Changed
2529
2630- Changed the ` Field::sf() ` method to return ` NULL ` , not an empty string,
@@ -72,7 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7276- ` Record::fromString ` now throws a ` RecordNotFound ` exception rather than an ` ErrorException ` exception if no record was found.
7377- ` Record::getType ` now throws a ` UnknownRecordType ` exception rather than an ` ErrorException ` .
7478
75- [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...HEAD
79+ [ Unreleased ] : https://github.com/scriptotek/php-marc/compare/v2.0.0...HEAD
80+ [ 2.0.0 ] : https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
7681[ 1.0.1 ] : https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1
7782[ 1.0.0 ] : https://github.com/scriptotek/php-marc/compare/v0.3.2...v1.0.0
7883[ 0.3.2 ] : https://github.com/scriptotek/php-marc/compare/v0.3.1...v0.3.2
You can’t perform that action at this time.
0 commit comments