This repository was archived by the owner on Oct 13, 2020. It is now read-only.
Libbson 0.8.2
A bugfix release is here as a follow up to 0.8.0.
In this release you will find the following changes:
- A fix for BCON when used from C++.
- Change
bson_next_power_of_two()
to acceptsize_t
. This should not be an ABI break since it is static inline.
Happy Hacking!