From c64cdb5dad6e970b52346e53dcac970b014f4176 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 1 Dec 2016 12:42:59 -0800 Subject: [PATCH] Typos in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d88d4f2e..0b1c42f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 1. [](#new) * Add `ignore_empty` property to be used on array fields, if positive only save options with a value * Use new `permissions` field in user account - * Add `range(int min, int max, int step)` twig function to generate an array of numbers between min and max, inclusive + * Add `range(int start, int end, int step)` twig function to generate an array of numbers between start and end, inclusive 1. [](#improved) * Added alias `selfupdate` to the `self-upgrade` `bin/gpm` CLI command * Synced `webserver-configs/htaccess.txt` with `.htaccess`