File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
7
+ ## Unreleased
8
+
9
+ Nothing yet
10
+
11
+ ## [ 2.2.0] - 2020-09-16
8
12
9
13
### Added
10
14
11
15
- Added edition property to BibliographicRecord.
12
16
([ da949e6] ( https://github.com/scriptotek/php-marc/commit/da949e640e86be7498f26d0e74fbb6c26bfcbce3 ) )
13
17
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
+
14
28
## [ 2.1.0] - 2019-11-20
15
29
16
30
### Added
You can’t perform that action at this time.
0 commit comments