doc: Add some retroactive changelog fragments for post-0.1.0 merge requests.

This commit is contained in:
Ryan Pavlik 2020-03-13 17:36:59 -05:00
parent 22d951a0ef
commit e6edaa9caf
7 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
Add a driver for the Google Daydream View controller.

View file

@ -0,0 +1,6 @@
---
- mr.237
- mr.238
- mr.240
---
Refactor CMake build system to make static (not object) libraries and explicitly describe dependencies.

View file

@ -0,0 +1 @@
Add some bit manipulation helper functions in `util/u_bitwise.*`

View file

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

View file

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

View file

@ -0,0 +1 @@
Fix build issues and build warnings when 32-bit.

View file

@ -0,0 +1 @@
OpenXR: Don't return struct with invalid type from `xrEnumerateViewConfigurationViews`.