Skip to content

Commit b6795c4

Browse files
committed
Updated CHANGELOG w/ --disable-exception-backtrace description
1 parent 9813fca commit b6795c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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

99
### Added
1010

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

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

4150
- **Build System**:

0 commit comments

Comments
 (0)