From 3ef3318ed36c5a00904333a8e1979b2abf9a4413 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Sun, 1 Jun 2025 13:48:54 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ CHANGELOG_LATEST.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ee205..5a6a5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.3] - 2025-06-01 +### Fixed +- Fixed forge mixin crash (closes [#54](https://github.com/Suiranoil/SkinRestorer/issues/53)) +### Removed +- Removed minecraft 1.19 support + ## [2.3.2] - 2025-05-24 ### Fixed - Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 6561db2..349167c 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,2 +1,4 @@ ### Fixed -- Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52)) +- Fixed forge mixin crash (closes [#54](https://github.com/Suiranoil/SkinRestorer/issues/53)) +### Removed +- Removed minecraft 1.19 support