aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-04-25 16:36:37 +0100
committerisXander <xandersmith2008@gmail.com>2023-04-25 16:36:37 +0100
commit8e4983eef1bc37dfaaf72b1576366dd03ec9a994 (patch)
tree52e284289615da03d9e1b2cf5982eb5de818ac69
parent13c7ba45ff201423eb8dba8a40cfb66ebb531439 (diff)
downloadYetAnotherConfigLib-8e4983eef1bc37dfaaf72b1576366dd03ec9a994.tar.gz
YetAnotherConfigLib-8e4983eef1bc37dfaaf72b1576366dd03ec9a994.tar.bz2
YetAnotherConfigLib-8e4983eef1bc37dfaaf72b1576366dd03ec9a994.zip
changelog
-rw-r--r--changelogs/2.5.0+1.19.4.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/2.5.0+1.19.4.md b/changelogs/2.5.0+1.19.4.md
new file mode 100644
index 0000000..7355044
--- /dev/null
+++ b/changelogs/2.5.0+1.19.4.md
@@ -0,0 +1,9 @@
+- Add Forge support
+
+## Migrating to 2.5.0 for Developers
+
+The gradle dependency has changed:
+
+```kt
+modImplementation("dev.isxander.yacl:yet-another-config-lib-fabric:2.5.0+1.19.4")
+```