Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Feb 16, 2023
1 parent 56e526e commit 52e7712
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Changed:

* `WorkspaceValidator`: an `OcrdFile` without a pageId is not an error, but a document-wide file, #485, #979
* `WorkspaceBackupManager`: add snapshot on init if enabled, #981
* :fire: end-of-life for python 3.6, test from 3.7 to 3.11, #956
* :fire: update base image to Ubuntu 20.04, #956

Fixed:

* `bashlib`: Handle empty list of input files, #978
* `OcrdMets.find_files`: don't override the `@LOCTYPE` of file candidates, #980
* `ocrd resmgr`: replace libmagic with simple lookup by suffix, #982, #984

Changed:

* `WorkspaceValidator`: an `OcrdFile` without a pageId is not an error, but a document-wide file, #485, #979
* `WorkspaceBackupManager`: add snapshot on init if enabled, #981

Added:

* `helpers`: `get_cached_processor` to get instances of a processor in preparation for #974, #972
Expand Down

0 comments on commit 52e7712

Please sign in to comment.