From f0e427ff06ff0f47a6462d7034c9475b025ec39e Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Mon, 19 Aug 2024 14:58:47 -0400 Subject: [PATCH] CHANGELOG: Update CHANGELOG. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837192c..9ea382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - `naev-steamruntime` (Used for testing linux steam builds in the steamruntime (sniper) environment with extra dependencies installed.) - `naev-windows` (Used to cross compile for Windows.) +### v1.10.6 +- `naev-macos`: Disable hacks and workaround upstream OSXCross issue. (https://github.com/tpoechtrager/osxcross/pull/428) +- `naev-steamruntime`: Build our own static ffmpeg binary to avoid broken dependencies. + + ### v1.10.5 - Remove ruby and bundler from `naev-docs` in favour of using Github Actions bundled tool.