From c3042f681b8ea12d3b8ddfc4a45c10e643437da4 Mon Sep 17 00:00:00 2001 From: isXander Date: Sun, 4 Jun 2023 16:29:41 +0100 Subject: bump version + changelog --- changelogs/3.0.0-beta.7+1.20.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/3.0.0-beta.7+1.20.md (limited to 'changelogs') diff --git a/changelogs/3.0.0-beta.7+1.20.md b/changelogs/3.0.0-beta.7+1.20.md new file mode 100644 index 0000000..da49ab6 --- /dev/null +++ b/changelogs/3.0.0-beta.7+1.20.md @@ -0,0 +1,6 @@ +# YetAnotherConfigLib 3.0.0-beta.7+1.20 + +This version adds no features, nor bug fixes, instead it implements a breaking change: + +**The YACL package has changed** to `dev.isxander.yacl3` and **the YACL mod-id has changed** to `yet_another_config_lib_3`. +This is to prevent conflicts with 2.0, so you can load both versions at the same time so older mods don't break. -- cgit