Files
libstud-uuid/NEWS
2023-06-06 11:20:29 +02:00

24 lines
450 B
Plaintext

Version 1.0.7
* Make move constructor/assignment noexcept.
* Use snprintf() instead of sprintf() to avoid warnings.
Version 1.0.6
* Add support for OpenBSD.
Strong UUIDs should be available at least from OpenBSD 6.4.
Version 1.0.5
* Add the <libstud/uuid.hxx> convenience header.
* Add support for Emscripten.
Note that currently only weak UUIDs can be generated on this platform.
Version 1.0.0
* First public release.