Skip to content

Commit 06eb15b

Browse files
committed
Some changelog corrections for v0.7.1
1 parent 3890a70 commit 06eb15b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,15 @@ Added
2929

3030
Fixed
3131
- Computation of object address for safe object frames https://github.com/jeremy-rifkin/cpptrace/issues/169
32-
- Nested microfmt in cpptrace's namespace due to an ODR problem with libassert
33-
https://github.com/jeremy-rifkin/libassert/issues/103
32+
- Nested microfmt in cpptrace's namespace due to an ODR problem with libassert https://github.com/jeremy-rifkin/libassert/issues/103
3433
- Compilation on iOS https://github.com/jeremy-rifkin/cpptrace/pull/167
3534
- Compilation on old MSVC https://github.com/jeremy-rifkin/cpptrace/pull/165
3635
- Dbghelp use on 32 bit https://github.com/jeremy-rifkin/cpptrace/issues/170
37-
- Warning in brand new cmake due to FetchContent_Populate being deprecated
36+
- Warning in brand new cmake due to `FetchContent_Populate` being deprecated https://github.com/jeremy-rifkin/cpptrace/issues/171
3837

3938
Other changes
4039
- Bumped the buffer size for execinfo and CaptureStackBackTrace to 400 frames
41-
- Switched to execinfo.h for unwinding on clang/apple clang on macos due to `_Unwind` not working with `-fno-exceptions`
42-
https://github.com/jeremy-rifkin/cpptrace/issues/161
40+
- Switched to execinfo.h for unwinding on clang/apple clang on macos due to `_Unwind` not working with `-fno-exceptions` https://github.com/jeremy-rifkin/cpptrace/issues/161
4341

4442
# v0.7.0
4543

0 commit comments

Comments
 (0)