diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-06 09:00:23 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-01-06 09:00:23 -0800 |
commit | 2f42181876880c5a88de8b8fb29d9be84c3e0424 (patch) | |
tree | 8f00360424683557c88cacb4b82d5a9781a30657 /CHANGELOG.md | |
parent | f8c05d3ed6f96393f34f4ab661e99d3083f893b6 (diff) | |
download | Iceberg-2f42181876880c5a88de8b8fb29d9be84c3e0424.tar.gz Iceberg-2f42181876880c5a88de8b8fb29d9be84c3e0424.tar.bz2 Iceberg-2f42181876880c5a88de8b8fb29d9be84c3e0424.zip |
Fixed crash issue with modded tooltip components that aren't added to
factory.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4906c..f72768f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.0.36 +- Fixed a crash issue with modded tooltip components that are not properly added to tooltip component factory. + ### 1.0.35 - Fixed an issue that could cause dependent client-side mods to crash when run on a dedicated server. - Fixed various warnings in latest.log file. |