From 22cc54d3d941495e1aff2b86a2f24ccb8bd62983 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Wed, 18 Dec 2024 10:42:35 +0000 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a225f0bf..67edc429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. +## Unreleased + +### BREAKING CHANGE + +- Methods which were previously guaranteed to return a Neutral Citation may now return `None`. + +### Feat + +- **FCL-533**: modify human identifier to rely on identifiers framework +- **FCL-533**: add scoring to Identifiers + +### Fix + +- **IdentifierSchema**: use hasattr instead of getattr with a default when testing required attributes + ## v28.2.0 (2024-12-17) ### Feat