From 1dba9c8fcf40f64a86712e82ce43ff42ffa0ed9a Mon Sep 17 00:00:00 2001 From: yhql Date: Thu, 28 Sep 2023 10:24:27 +0200 Subject: [PATCH] Changelog: Update for 0.3.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1747775c..4cce73ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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). +## [0.3.1] - 2023-09-28 + +### Fixed +- OCR: Prevent null dereference when expected font is not in ELF file + ## [0.3.0] - 2023-09-11 ### Added