@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.0] - 2025-05-31
11
+
12
+ ### Added
13
+
14
+ - Completed IAsyncResult @Dofes
15
+ - Completed NetworkedItemComponent @Dofes
16
+
17
+ ### Changed
18
+
19
+ - Removed unnecessary [[ nodiscard]] attributes from HashedString assignment operators @xiaoqch
20
+ - Removed constructor for ChunkPos @ShrBox
21
+ - Removed constructor prevention for FullPlayerInventoryWrapper @RimuruChan
22
+ - Update headers @RimuruChan
23
+
24
+ ### Fixed
25
+
26
+ - Fixed the performance issue in 1.2.0-rc.2
27
+ - Corrected type check in ll::Expected::isA method @xiaoqch
28
+ - Fixed ll::concepts::TupleLike for zero-size tuple @xiaoqch
29
+ - Fixed NetworkItemStackDescriptor align @Dofes
30
+ - Improved ActorHurtEvent [ #1664 ] @ShrBox
31
+
10
32
## [ 1.2.0-rc.2] - 2025-05-20
11
33
12
34
### Added
@@ -911,8 +933,10 @@ For lip and tooth-hub test only.
911
933
[ #1622 ] : https://github.com/LiteLDev/LeviLamina/issues/1622
912
934
[ #1631 ] : https://github.com/LiteLDev/LeviLamina/issues/1631
913
935
[ #1636 ] : https://github.com/LiteLDev/LeviLamina/issues/1636
936
+ [ #1664 ] : https://github.com/LiteLDev/LeviLamina/issues/1664
914
937
915
- [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...HEAD
938
+ [ Unreleased ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0...HEAD
939
+ [ 1.2.0 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...v1.2.0
916
940
[ 1.2.0-rc.2 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.1...v1.2.0-rc.2
917
941
[ 1.2.0-rc.1 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.1.2...v1.2.0-rc.1
918
942
[ 1.1.2 ] : https://github.com/LiteLDev/LeviLamina/compare/v1.1.1...v1.1.2
0 commit comments