Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Nov 28, 2024
1 parent edde424 commit c8225ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +20,4 @@ type: software
authors:
- given-names: Joel
family-names: Anderson
email: joelanderson333@gmail.com
email: joel@goatshriek.com
16 changes: 15 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit c8225ff

Please sign in to comment.