From 1b40278b7b1d930d918c558a946d46fbaeee50a2 Mon Sep 17 00:00:00 2001 From: isXander Date: Thu, 6 Oct 2022 22:11:40 +0100 Subject: javadoc & changelog for cycling package --- changelogs/1.6.0.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/1.6.0.md (limited to 'changelogs') diff --git a/changelogs/1.6.0.md b/changelogs/1.6.0.md new file mode 100644 index 0000000..4e0a581 --- /dev/null +++ b/changelogs/1.6.0.md @@ -0,0 +1 @@ +- Expanded option cycling capability, now allowing any list to be cycled, not just enums. -- cgit