From af4484ecee46300a26952b9b9b41e7a2e80d3f78 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 14 Nov 2022 21:11:58 +0000 Subject: changelog & doc update --- changelogs/1.7.1.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/1.7.1.md (limited to 'changelogs') diff --git a/changelogs/1.7.1.md b/changelogs/1.7.1.md new file mode 100644 index 0000000..3570cef --- /dev/null +++ b/changelogs/1.7.1.md @@ -0,0 +1 @@ +- Breaking change: `GsonConfigInstance` now only serializes fields annotated with `@ConfigEntry` to prevent strange GSON problem. -- cgit