File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed 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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ 0.14.1] - 2024-10-31 : "Hand at the Grindstone"
7
+ ## [ 0.14.1] - 2024-12-05 : "Hand at the Grindstone"
8
8
9
9
### Added
10
10
@@ -36,6 +36,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
36
36
improving portability to systems like FreeBSD and other Unix-like
37
37
systems. ([ #242 ] )
38
38
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
+
39
48
### Fixed
40
49
41
50
- ** Build System** :
You can’t perform that action at this time.
0 commit comments