Updated and moved the change logs

This commit is contained in:
Richard Davey 2023-11-10 15:29:50 +00:00
parent 807b302ab2
commit b25743007a
3 changed files with 3 additions and 1 deletions

View file

@ -1 +0,0 @@
[This file has now moved](changelog/3.60/CHANGELOG-v3.60.md).

View file

@ -6,6 +6,7 @@ Please select a version to read that specific change log:
| Version | Name | Release Date |
| ------- | ---- | ------------ |
| [3.70](changelog/3.70/CHANGELOG-v3.70.md) | Yotsuba | 10th November 2023 |
| [3.60](changelog/3.60/CHANGELOG-v3.60.md) | Miku | 12th April 2023 |
| [3.55.2](changelog/3.55.2/CHANGELOG-v3.55.2.md) | Ichika | 27th May 2021 |
| [3.55.1](changelog/3.55.1/CHANGELOG-v3.55.1.md) | Ichika | 26th May 2021 |

View file

@ -1,3 +1,5 @@
# Version 3.70.0 - Yotsuba - 10th November 2023
# New Features - Round Pixels
All pixel rounding math is now handled on the GPU instead of on the CPU. This feature has now been enabled by default.