From 27209171aff16a8033df4b42ac75c33e902ad425 Mon Sep 17 00:00:00 2001 From: josteph Date: Sat, 31 Aug 2019 03:21:37 +0000 Subject: [PATCH] fixup! Allow '1-infinity' in ranges, and tighten the schema's validation of ranges --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6f79f0285371..9eacc5dc195d 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,7 @@ * Changed the :help command's output to split over multiple lines * Added translatable explanations of :droid, :help and :idle's arguments ### WML engine - * Ranges can now have upper limit "infinity" instead using a big number like "99" or "99999" + * Ranges can now have upper limit "infinity" instead of using a big number like "99" or "99999" ## Version 1.15.1 ### Editor