Skip to content

Commit cd67434

Browse files
committed
remove extra ## changed in CHANGELOG
1 parent c33dd74 commit cd67434

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
- `log_message_internal` signature extended with `uint32_t line`, `const char* file_name`, and `bool is_static_file_name` parameters; the existing `set_log_handler(LogHandler)` path continues to work unchanged (location parameters are silently discarded by the compatibility shim).
1010
- Bumped slick-logger example dependency from v1.0.9 to v1.1.1 to match the new location-aware `log_to_sink_with_location` API.
1111
- `BUILD_SLICK_NET_TESTS` and `BUILD_SLICK_NET_EXAMPLES` CMake options moved to after `project()` so `${PROJECT_IS_TOP_LEVEL}` is available when their defaults are evaluated.
12-
13-
## Changed
1412
- Bump min cmake version to 3.21 required by PROJECT_IS_TOP_LEVEL
1513
- Refactor CMake configuration: streamline dependency checks and remove redundant fetch logic for slick-queue and slick-stream-buffer
1614
- Refactor websocket service internals: move `ioc_`, `ctx_`, `run_`, `service_thread_`, and `init_service_thread_` from `extern` globals in `slick::net::detail` into anonymous-namespace locals in `websocket.cpp`; replace direct access with the accessor functions `websocket_ioc()`, `websocket_ssl_context()`, and `websocket_running()`, and the lifecycle functions `start_websocket_service()` / `stop_websocket_service()`. This hides internal state from the header and eliminates ODR-unsafe `extern` declarations.

0 commit comments

Comments
 (0)