diff --git a/AUTHORS.txt b/AUTHORS.txt index cd55bcab91..cd5a07043e 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -55,6 +55,7 @@ The Pioneer Developers are: * Gisteron * Gliese852 * HeadHunter +* hexagon-recursion (and his imaginary friend Alice Smith) * Jan Olsina * jmf * Jeremy List diff --git a/COMPILING.txt b/COMPILING.txt index 60a58def8e..41765ba58d 100644 --- a/COMPILING.txt +++ b/COMPILING.txt @@ -28,7 +28,7 @@ Table of Contents Pioneer is known to build on the following platforms and build systems: -Linux: CMake with GCC 4.9+ or Clang 6+ +Linux: CMake with GCC 9+ or Clang 7+ Windows: Microsoft Visual C++ 2019 (Community or Pro) CMake with MSYS2 (and MinGW-w64) OS X: XCode 4 or Homebrew or CMake diff --git a/Changelog.txt b/Changelog.txt index 4ede173f71..78f4205ffa 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,15 @@ +April 2024 + * Internal Changes + * Documented minimal compiler version needed updating (#5810) + + * Fixes + * Police Coronatrix texture fix (#5816) + +March 2024 + * Fixes + * Fix backwards save compatibility with v90 saves (#5798) + * Fix speed limiter button positions overlapping (#5802) + Pioneer 2024-03-14 Release * Internal Changes * Add Lua "Persistent Object" Serialization (#5774)