From 677651c3975aba78913502386862f0234b9208bc Mon Sep 17 00:00:00 2001 From: Mark Servilla Date: Sat, 4 May 2024 18:07:36 -0600 Subject: [PATCH] Unnamed unicode codepoints result in ValueError #4 --- src/emlvp/VERSION.txt | 2 +- src/emlvp/changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/emlvp/VERSION.txt b/src/emlvp/VERSION.txt index 26aaba0..6085e94 100644 --- a/src/emlvp/VERSION.txt +++ b/src/emlvp/VERSION.txt @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/src/emlvp/changelog.md b/src/emlvp/changelog.md index 3c5513d..ac7f36a 100644 --- a/src/emlvp/changelog.md +++ b/src/emlvp/changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## (1.2.1) 2024-05-5 +### Changed/Fixed +- Set default value as "Unknown" for unicodedata.name function + ## (1.2.0) 2024-04-22 ### Changed/Fixed - Update for validation exception list instead of single first error