From 39398536fb13a0d08308229f9b38e9d1b58d0f54 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Fri, 7 Jan 2022 09:35:06 -0800 Subject: Added support for casted and component generation event created tooltip components. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f72768f..6ecf7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.0.38 +- Added support for tooltip components that use tooltip component generation event. + +### 1.0.37 +- Reverted first change from 1.0.35, as it was causing conflicts with other mod's tooltips. + ### 1.0.36 - Fixed a crash issue with modded tooltip components that are not properly added to tooltip component factory. -- cgit