From 2bad9164f170aed8ecd17dec7bd2c3fd742a863e Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 12 Nov 2023 14:10:54 +0100 Subject: [PATCH] docs: add changelog for v1.11.7 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf91a25750..72d1658001 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Fixed GUI side buttons not working sometimes when using Refined Storage with addons. +## [1.11.7] - 2023-11-12 + +### Fixed + +- Various world corruption issues if Refined Storage blocks were removed unexpectedly or with another mod. +- Fixed JEI transfer crash for larger processing recipes. +- Fixed rare autocrafting crash. +- Fixed duplication bug with the Crafting Grid. +- Fixed fluid duplication bug with the Importer and GregTechCEu machines. +- Attempted to fix issue where Grid doesn't load items and requires a client restart. + ## [1.11.6] - 2023-03-30 ### Fixed @@ -3505,7 +3516,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [1.12.1]: https://github.com/refinedmods/refinedstorage/compare/v1.12.0...v1.12.1 -[1.12.0]: https://github.com/refinedmods/refinedstorage/compare/v1.11.6...v1.12.0 +[1.12.0]: https://github.com/refinedmods/refinedstorage/compare/v1.11.7...v1.12.0 + +[1.11.7]: https://github.com/refinedmods/refinedstorage/compare/v1.11.6...v1.11.7 [1.11.6]: https://github.com/refinedmods/refinedstorage/compare/v1.11.5...v1.11.6