From 4ea353d6addda86e592c6cf29846bbcffc90007c Mon Sep 17 00:00:00 2001 From: Kaspar Rosin Date: Mon, 5 Sep 2022 15:24:17 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f21e4..e1d54e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.5.0] - 05-09-2022 + +### Added + +- Added regex start and end boundaries for `collectAndReplaceUsing` function +- Improved slug field behaviour with different locales +- Added support for downloading image fields + +### Fixed + +- Fixed an issue with some fields, where only the first value of an array was saved. + ## [5.4.3] - 31-08-2022 ### Added