Skip to content

Commit ebd60ce

Browse files
committed
Release 2.2.0
1 parent efecc80 commit ebd60ce

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## Unreleased
8+
9+
Nothing yet
10+
11+
## [2.2.0] - 2020-09-16
812

913
### Added
1014

1115
- Added edition property to BibliographicRecord.
1216
([da949e6](https://github.com/scriptotek/php-marc/commit/da949e640e86be7498f26d0e74fbb6c26bfcbce3))
1317

18+
### Changed
19+
20+
- Made `getSubfieldValues()` public.
21+
([#21](https://github.com/scriptotek/php-marc/pull/21), by [@rudolfbyker](https://github.com/rudolfbyker))
22+
23+
### Fixed
24+
25+
- Fixed return types in @method annotations.
26+
([#20](https://github.com/scriptotek/php-marc/pull/20), by [@rudolfbyker](https://github.com/rudolfbyker))
27+
1428
## [2.1.0] - 2019-11-20
1529

1630
### Added

0 commit comments

Comments
 (0)