Skip to content

Commit

Permalink
Updated CHANGELOG w/ --disable-exception-backtrace description
Browse files Browse the repository at this point in the history
ksedgwic committed Dec 5, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 9813fca commit b6795c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ 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/).

## [0.14.1] - 2024-10-31: "Hand at the Grindstone"
## [0.14.1] - 2024-12-05: "Hand at the Grindstone"

### Added

@@ -36,6 +36,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
improving portability to systems like FreeBSD and other Unix-like
systems. ([#242])

- **Configurable Exception Backtrace Support**:
- Added the `--disable-exception-backtrace` option to
`configure`. This allows disabling the inclusion of backtrace
information in exception wrappers. ([#256])
- The `Util::BacktraceException` class now provides a no-op wrapper
when exception backtraces are disabled via
`--disable-exception-backtrace`. This ensures minimal overhead in
configurations where backtraces are not needed. ([#256])

### Fixed

- **Build System**:

0 comments on commit b6795c4

Please sign in to comment.