From 24287f1d62d38844d9c67d04930526dd4419dfeb Mon Sep 17 00:00:00 2001 From: mgcam Date: Fri, 2 Feb 2024 14:12:31 +0000 Subject: [PATCH] Updated the changelog for release 5.0.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3f2d6..e42887d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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). +## [5.0.0] + +### [Changed] + + - Stopped the mutation of the `plate_number` attribute at the time the + PacBioEntity object instance is created. The value of the `plate_number` + attribute is now stored and retrieved as supplied. As a consequence, the + JSON string returned by the `model_dump_json` method of this Pydantic + object is now different when `plate_namber` value is 1. + - To retain backwards compatibility, the `hash_product_id` method is + reimplemented since it can no longer use for ID generation the string + returned by the `model_dump_json` method. + ## [4.0.1] ### [Changed]