From a6b05e6bb9b82ed4efd6ea1a96b3c017d783f746 Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 2 Dec 2019 09:02:22 -0600 Subject: [PATCH] v1.1.6 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15d9aa..f9a7c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.1.6 (12-02-2019) + +### Bug fixes +- Allow the second parameter of `@set` to accept a value containing commas (e.g. an array) (Fixes #28) + +### Enhancements +- Allow passing `raw` as the second parameter of `@image` to return an attachment URL (Fixes #24) +- Add the `$limit` parameter to the `parse` method to allow passing a limit to `explode()` (#28) +- Bump lock files + +### Documentation +- Add `@image` example for `raw` + ## v1.1.5 (11-19-2019) ### Enhancements