From eca03d98fbfc9371d88dd5695f56ba131f9f8e41 Mon Sep 17 00:00:00 2001 From: JurekMueller Date: Thu, 19 Dec 2024 16:16:25 +0100 Subject: [PATCH] Added changes of PR #1081 to changelog (#1083) * Added changelog for last PR * Apply formatting rules --------- Co-authored-by: JurekMueller <> --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59640706..dc48a236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ and this project is in the process of adopting [Semantic Versioning](https://sem ## [Unreleased] +### Added + +- New Units + - `unit:MegaTONNE-PER-YR` by [Jurek Müller](https://github.com/JurekMueller) + ### Changed - Removed the vaem:revision triples that were causing retention of v2.1 strings in the URIs +### Fixed + +- Corrected the `qudt:ucumCode` of `unit:TeraW-HR-PER-YR` to "TW.h/a" by [Jurek Müller](https://github.com/JurekMueller) + ## [2.1.46] - 2024-12-09 ### Added @@ -91,7 +100,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem integer. This makes sense because it is not used for computation - it is a code in the true sense. (Thanks for this fix, @fkleedorfer) - A number of units now point to quantitykind:MassConcentration in addition to MassDensity and Density. - (thanks @J-meirlaen). (MassDensity and Density are already declared as qudt:exactMatch. + (thanks @J-meirlaen). (MassDensity and Density are already declared as qudt:exactMatch. MassConcentration will be included in these declarations in the future.) [Unreleased]: https://github.com/qudt/qudt-public-repo/compare/v2.1.46...HEAD