Skip to content

Commit 40c952e

Browse files
committed
Fixed issue # in CHANGELOG
1 parent ca81583 commit 40c952e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *perf-cpp*: Changelog
22

33
## v0.14.1
4-
- **Bugfix**: `UniqueFileDescriptor::reset()` did not close the underlying file descriptor (see [issue #13](https://github.com/jmuehlig/perf-cpp/issues/12) – thanks to [@ilyapopov](https://github.com/ilyapopov)).
4+
- **Bugfix**: `UniqueFileDescriptor::reset()` did not close the underlying file descriptor (see [issue #12](https://github.com/jmuehlig/perf-cpp/issues/12) – thanks to [@ilyapopov](https://github.com/ilyapopov)).
55

66
## v0.14.0
77
- **Deprecation Warnings Activated**: All legacy `.h` forwarding headers (e.g., `perfcpp/sampler.h`, `perfcpp/event_counter.h`) now emit a compile-time `#pragma message` warning directing users to the `.hpp` replacements introduced in `v0.13.0`. **The old headers will be removed in `v1.0`.** If you see a deprecation message, replace the include with the `.hpp` variant (e.g., `#include <perfcpp/sampler.hpp>`).

0 commit comments

Comments
 (0)