mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
CHANGELOG.md: mention Bincode update
While the update is an internal change, it does affect the MSRV, so it should be mentioned in the changelog.
This commit is contained in:
parent
0f52f6a2c1
commit
e600a9dabb
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@
|
|||
"waterlogged" block status. As 1-block seagrass is relatively big compared to
|
||||
other "small" plants, just considering it opaque seems like a good enough
|
||||
solution that avoids having to implement advanced block status flags.
|
||||
- Use Bincode 2 for storage of intermediate data
|
||||
|
||||
The update from Bincode 1 to 2 slightly reduces the size of the `processed`
|
||||
directory used for intermediate data. At least Rust 1.85 is now required to
|
||||
build MinedMap.
|
||||
|
||||
## [2.4.0] - 2025-01-11
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue