From c8225fff7ab1aa0e9d82eea44e637b40bd0b4536 Mon Sep 17 00:00:00 2001 From: Joel Anderson Date: Thu, 28 Nov 2024 09:49:50 -0500 Subject: [PATCH] update changelog --- CITATION.cff | 4 ++-- ChangeLog.md | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5a523fdd0..f901a92c7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ title: Stumpless Logging Library license: Apache-2.0 repository-code: "https://github.com/goatshriek/stumpless" version: 3.0.0 -date-released: 2024-06-30 +date-released: 2024-11-28 keywords: - journald - logging @@ -20,4 +20,4 @@ type: software authors: - given-names: Joel family-names: Anderson - email: joelanderson333@gmail.com + email: joel@goatshriek.com diff --git a/ChangeLog.md b/ChangeLog.md index 265ae8fdb..f48f59776 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,7 +9,21 @@ fixes, check out the [roadmap](https://github.com/goatshriek/stumpless/blob/master/docs/roadmap.md). -## [3.0.0] - 2024-06-30 +## [3.0.0] - 2024-11-28 +### Added + - Memory allocation function accessors: + * `stumpless_get_free` + * `stumpless_get_malloc` + * `stumpless_get_realloc` + - Other new functions: + * `stumpless_get_priority_string` + +### Fixed + - Strings that are a case-insensitive prefix of a valid severity string are + no longer accepted by severity from string functions. + - Memory leak in slab cache expansion. + - Use `SO_NOSIGPIPE` where `MSG_NOSIGNAL` is not defined. + ### Removed - `stumpless/priority.h`, which was merged into `stumpless/prival.h`.