doc: Expand changelog entries for !242, !245, and !249.

This commit is contained in:
Jakob Bornecrantz 2020-04-07 18:24:43 +01:00
parent 817ec2f2bc
commit f4143d7017
5 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
Add some bit manipulation helper functions in `util/u_bitwise.*`
util: Add some bit manipulation helper functions in `util/u_bitwise.c` and `util/u_bitwise.c`.

View file

@ -1 +1 @@
Add utility functionality for accessing Bluetooth Low-Energy (Bluetooth LE or BLE) over D-Bus, in `os/os_ble.*`
os: Add utility functionality for accessing Bluetooth Low-Energy (Bluetooth LE or BLE) over D-Bus, in `os/os_ble.h` and `os/os_ble_dbus.c`.

View file

@ -1 +1 @@
Make stereo_camera_calibration reference counted, and have the prober, not the calibration, call the save function.
tracking: Make stereo_camera_calibration reference counted, and have the prober, not the calibration, call the save function.

View file

@ -1 +1 @@
Add pre-filter and a simple understandable 3-DoF fusion filter.
math: Add pre-filter and a simple understandable 3-DoF fusion filter.

View file

@ -1 +1 @@
Expand algebraic math functions.
math: Expand algebraic math functions in `math/m_api.h`, `math/m_vec3.h` and `math/m_base.cpp`.