Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 4.0.0 - TBD

This release changes the XML handling in record classes to use the VuFindXml library. The storage format for XML records has changed, and while this version can read records written into RecordManager's database using older versions, older versions will not be able to read records written by this version.

Anything marked with [**BC**] is known to affect backward compatibility with previous versions.

### Changed

- [**BC**] LIDO: XML handling changed to VuFindXml.


## 3.0.0 - 2026-06-09

**N.B. This version bumps the minimum PHP version to 8.2**
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"symfony/console": "6.4.25",
"symfony/lock": "6.4.37",
"vufind-org/vufind-marc": "1.2.0",
"vufind-org/vufind-xml": "1.7.0",
"wikimedia/composer-merge-plugin": "2.1.0"
},
"require-dev": {
Expand Down
58 changes: 57 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading