Skip to content

Commit

Permalink
Added changelog entry about upcoming 7.11.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x17 committed Sep 18, 2024
1 parent d9a894b commit bd94bf8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
- 7.11.7:
- Fix building GDX on arm64 with GCC (char is unsigned by default there).
- Multiple cosmetic changes.
- Another batch of changes to infrastructure code and CI pipeline that is not directly affecting GDX.
- 7.11.6:
- Make building (so far) unused infrastructure classes in CMake project optional
- Added toggles to disable building tests and examples as part of CMake project (use -DNO_TESTS=ON or -DNO_EXAMPLES=ON)
- Extended README with short recipe for quickly building a minimal GDX library with CMake
- Make building (so far) unused infrastructure classes in CMake project optional.
- Added toggles to disable building tests and examples as part of CMake project (use -DNO_TESTS=ON or -DNO_EXAMPLES=ON).
- Extended README with short recipe for quickly building a minimal GDX library with CMake.
- 7.11.5:
- Fixed gdxOpenAppend not indicating a problem (in the return code) when trying to append to a GDX file with format version before 7 (incompatible for appending).
- Fixed gdxDataReadMap crashing when record (user-mapped) UEL indices are out of bounds (index exceeds number of UELs).
Expand Down

0 comments on commit bd94bf8

Please sign in to comment.