Skip to content

Commit b32289f

Browse files
committed
chore: Update changelog
1 parent e8fd287 commit b32289f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Added support for Schematic V3
13+
- Added some missing registries (Dialog)
14+
- Added tag packets (specifically, Dialog and Timeline tags for now)
15+
16+
### Update
17+
18+
- Full rewrite of the registries implementation
19+
- Full rewrite of the NBT implementation
20+
21+
### Fixed
22+
23+
- Fixed time not advancing starting 1.21.11
24+
- Unable to send server links from the proxy
25+
- Player heads don't have skins (partially fixed, for recent versions only)
26+
827
## [1.11.0+mc1.21.11] - 2026-02-11
928

1029
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pico_limbo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pico_limbo"
3-
version = "1.11.0+mc1.21.11"
3+
version = "1.11.0-beta.1+mc1.21.11"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)