From 05b6ea5f5496fc01932d341094be2856881db516 Mon Sep 17 00:00:00 2001 From: rlnt Date: Fri, 1 Mar 2024 23:42:13 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e88cca4..c17bc9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## Unreleased + +### Added +- added support for TerraFirmaCraft ([#69]) + +### Fixed +- fixed duplicate check for recipes with custom categories ([#66]) +- fixed broken transfer handlers for unified items when using EMI ([#67]) + - this now uses a less restrictive hiding approach for EMI + - unified items are visible in tag cycling until we find a proper solution + + +[#66]: https://github.com/AlmostReliable/almostunified/issues/66 +[#67]: https://github.com/AlmostReliable/almostunified/issues/67 +[#69]: https://github.com/AlmostReliable/almostunified/pull/69 + ## [0.8.0] - 2024-02-21 ## Added