Skip to content

Commit 59b944c

Browse files
committed
Update changelog
1 parent f51f9da commit 59b944c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010

11+
- Added info to contributors (CONTRIBUTING.md).
12+
([62949a1](https://github.com/scriptotek/php-marc/commit/62949a1b2e1c309e3bf8bb58f9f8f138c0398d46))
13+
- Added initialization from SimpleXMLElement object through the new methods
14+
`Collection:fromSimpleXMLElement($obj)` and `Record:fromSimpleXMLElement($obj)`.
15+
16+
### Fixed
17+
18+
- Improved documentation and support for IDE code analysis.
19+
([#15](https://github.com/scriptotek/php-marc/issues/15)
20+
by [@rudolfbyker](https://github.com/rudolfbyker))
21+
22+
## [2.0.2] - 2019-09-13
23+
24+
### Added
25+
1126
- Added new method `Field::asLineMarc()` to return a line mode Marc string
1227
representation of the field.
28+
([ba20a6d](https://github.com/scriptotek/php-marc/commit/ba20a6deadc9402bb65807cd63e33797d2893dea))
1329

1430
### Fixed
1531

1632
- Fixed the `Subject::getParts()` method.
33+
([1fe8408](https://github.com/scriptotek/php-marc/commit/1fe8408e49c6c3afba9ec379b441c82f64ce0336))
34+
- Added additional subject subfield codes that were missing.
35+
([7908616](https://github.com/scriptotek/php-marc/commit/79086165dfce9b9d2f490d38e9f50f70fef5641f))
36+
- Added 852 $i and $j to `Location.callCode`.
37+
([cba1508](https://github.com/scriptotek/php-marc/commit/cba15083422bb2ac812b6b355341feab2cff308a))
38+
- Fixed the string representation of the `Location` class.
39+
([74652a3](https://github.com/scriptotek/php-marc/commit/74652a3bf4cc3e9fe3c916057a0a9bd47419f601))
1740

1841
## [2.0.1] - 2019-01-09
1942

@@ -90,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
90113
- `Record::fromString` now throws a `RecordNotFound` exception rather than an `ErrorException` exception if no record was found.
91114
- `Record::getType` now throws a `UnknownRecordType` exception rather than an `ErrorException`.
92115

93-
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.1...HEAD
116+
[Unreleased]: https://github.com/scriptotek/php-marc/compare/v2.0.2...HEAD
117+
[2.0.2]: https://github.com/scriptotek/php-marc/compare/v2.0.1...v2.0.2
94118
[2.0.1]: https://github.com/scriptotek/php-marc/compare/v2.0.0...v2.0.1
95119
[2.0.0]: https://github.com/scriptotek/php-marc/compare/v1.0.1...v2.0.0
96120
[1.0.1]: https://github.com/scriptotek/php-marc/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)