Updated Changelog (markdown)

gdkchan
2021-08-20 17:41:17 -03:00
parent ed09210355
commit f76b08811c

@@ -1,6 +1,17 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file All updates to the Ryujinx official master build will be documented in this file
## 1.0.7002 - 2021-08-20
### Fixed:
- Fixes wrong base level calculation when copying data to slices of 3D textures.
- Fixes 3D texture data not being properly updated in some rare cases.
- The bug was observed on Super Mario Odyssey. Other games using 3D textures might be affected too.
## 1.0.7001 - 2021-08-20
### Fixed:
- Fixes an assert that was happening on debug builds since version 1.0.7000, due to an optimization creating a constant operand with the wrong type.
- Should not have any visible effect on games as the bug did not cause wrong code generation.
## 1.0.7000 - 2021-08-17 ## 1.0.7000 - 2021-08-17
### Changed: ### Changed:
- Optimizes JIT memory allocations by using an arena allocator, along with other optimizations. - Optimizes JIT memory allocations by using an arena allocator, along with other optimizations.