diff --git a/CHANGES.md b/CHANGES.md index da2e68f..4113edb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,16 @@ # Version 0.10.0 - March 27, 2024 - Bumped Go version to 1.21 -- Replaced ["CHANGES"] by ["CHANGES.md"], as we now use Markdown format to - keep track of changes in new releases +- Replaced CHANGES by + [CHANGES.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/CHANGES.md), + as we now use Markdown format to keep track of changes in new releases - Removed the NIST PRNG as the latter is no longer exposed by liboqs' public API - Added the - [".config-static"](https://github.com/open-quantum-safe/liboqs-go/tree/main/.config-static) + [.config-static](https://github.com/open-quantum-safe/liboqs-go/tree/main/.config-static) pkg-config configuration directory for linking statically against liboqs, see - ["README.md"](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md) - for more details. + [README.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md) + for more details # Version 0.9.0 - October 30, 2023