Skip to content

Commit

Permalink
CHANGELOG: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tseli0s committed May 24, 2024
1 parent 00e1807 commit 9b49627
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog -- 0.9.0 (Unreleased)
- CMake will now only set `CMAKE_INSTALL_PREFIX` to `/usr` if the host is not Windows or macOS. This may fix some installation problems you might have had when previously installing the library.
- Disabled ARC on the `macos` backend (ie. Fixes #55)
- The library will no longer set the compiler flags manually, instead relying on CMake's default choices. Only exception is when cross-compiling from GNU/Linux to Windows.
- Made the CMakeLists.txt options more user-friendly.

# Changelog -- 0.8.1
- MacOS about dialog support returned
- (**BREAKING**) Removed first parameter on `nvd_init`, which was already unused since v0.7
Expand Down

0 comments on commit 9b49627

Please sign in to comment.