Skip to content

Commit 03b3cad

Browse files
committed
Add changelog entry
1 parent d5fcdf1 commit 03b3cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changes for liblsl 1.14
22

33
* **change**: CMake doesn't set `CMAKE_INSTALL_PREFIX`and `CMAKE_BUILD_TYPE` by default unless `LSL_COMFY_DEFAULTS` is set (Tristan Stenner)
4+
* change: object handles in the C++ API use smart pointers internally.
5+
The smart pointer to the object can be retrieved with the `handle()` function
6+
* **change**: The `stream_info` copy constructor creates a shallow copy.
7+
Use `stream_info::clone()` for the previous behavior (deep copy).
48
* fix: prevent race condition when two threads modify an overflowing buffer (https://github.com/sccn/liblsl/pull/71, Jérémy Frey)
59
* fix: improve latency and CPU usage (https://github.com/sccn/liblsl/pull/71, Jérémy Frey)
610
* fix: various build system fixces and improvments (Chadwick Boulay, Tristan Stenner)

0 commit comments

Comments
 (0)