Skip to content

Commit

Permalink
Clarify CHANGELOG.md and attribute @SAI-sentinal-ai (#811 #812)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Nov 21, 2023
1 parent f7b14d5 commit 6e44e0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ All notable changes to this project will be documented here. The format is based

## [0.5.4] - 2023/11/21

0.5.4 is purely a bugfix release that fixes a crash that can happen when booting OSC on MacOS (see #811, thanks
@SAI-sentinal-ai for reporting it):

- Fixed a crash on MacOS where a `std::sort` algorithm usage did not strictly comply with `Compare` (thanks @SAI-sentinal-ai, #811)
- `osc::App` now writes the `osc` executable's directory and user directory to the log (handy for debugging, #811)
- Fixed a crash on MacOS where a `std::sort` algorithm usage did not strictly comply with `Compare` (#811)
- Internal: nonstd::span was droppped in favor of C++20's std::span
- Internal: C++17 was upgraded to C++20, which required some dependency patching
- Internal: all vector/matrix math was ported from using `glm` directly to using it via an `osc` alias
Expand Down

0 comments on commit 6e44e0f

Please sign in to comment.