aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2022-01-31 17:58:26 -0800
committerAnthony Hilyard <anthony.hilyard@gmail.com>2022-01-31 17:58:26 -0800
commit312cf6b1d2990d7632807dfa5ef93b8dd2cbb865 (patch)
treeae0bf2bb458745766bcacdb4be460d7da1357f3f /CHANGELOG.md
parentefe2214f497848e747192b7964af68bb7c94fd33 (diff)
downloadIceberg-312cf6b1d2990d7632807dfa5ef93b8dd2cbb865.tar.gz
Iceberg-312cf6b1d2990d7632807dfa5ef93b8dd2cbb865.tar.bz2
Iceberg-312cf6b1d2990d7632807dfa5ef93b8dd2cbb865.zip
Fixed config registration bug.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 937c5e8..b60fca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+### 1.0.40
+- Fixed a bug in configuration system that caused mod configs to sometimes fail to register properly.
+
### 1.0.39
- Added new config system that improves upon Forge's with subconfig support, improved reload reliability, and reduced boilerplate.