Skip to content

Commit a8d0ac7

Browse files
committed
docs: update CHANGELOG.md for v0.11.1
1 parent 6a1197f commit a8d0ac7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [0.11.1](https://github.com/EndstoneMC/endstone/releases/tag/v0.11.1) - 2026-02-19
8+
## [0.11.1](https://github.com/EndstoneMC/endstone/releases/tag/v0.11.1) - 2026-02-20
99

1010
<small>[Compare with 0.11.0](https://github.com/EndstoneMC/endstone/compare/v0.11.0...v0.11.1)</small>
1111

1212
### Added
1313

14-
- Added support for BDS 1.26.1.
14+
- Added support for BDS version 1.26.1.1.
1515
- Added `ListTag.to_list()` and `CompoundTag.to_dict()` methods (Python) that recursively convert NBT tag trees to
1616
native Python data structures (`list` and `dict`).
1717
- Exported `attribute`, `effect`, `nbt`, and `potion` submodules from the top-level `endstone` Python package.
@@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525
- Fixed `ServerListPingEvent` not firing.
2626
- Fixed `Enchantment` objects being unhashable, preventing their use as dictionary keys and in sets.
2727
- Fixed a duplicate keyword argument error when loading Python plugins that define a `name` class attribute.
28+
- Fixed several issues that caused the Map API to not work correctly in some occasions. Maps now behave consistently
29+
across different platforms.
2830

2931
### Changed
3032

0 commit comments

Comments
 (0)