diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-07 09:35:06 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-07 09:35:06 -0800 |
commit | 39398536fb13a0d08308229f9b38e9d1b58d0f54 (patch) | |
tree | 75484253cbce4a2a0c98c4da7927333408761c2f /CHANGELOG.md | |
parent | 2f42181876880c5a88de8b8fb29d9be84c3e0424 (diff) | |
download | Iceberg-39398536fb13a0d08308229f9b38e9d1b58d0f54.tar.gz Iceberg-39398536fb13a0d08308229f9b38e9d1b58d0f54.tar.bz2 Iceberg-39398536fb13a0d08308229f9b38e9d1b58d0f54.zip |
Added support for casted and component generation event created tooltip
components.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |