From 3797654a325a218d93b01a05085e14c87f765097 Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 25 Feb 2022 12:08:44 +0000 Subject: [PATCH] docs --- WHATSNEW.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index 6163b188..56b28cd4 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -2,13 +2,15 @@ Version 5.16.0 ============== * New: command `migrate` and `mass_migrate` can pass down to children processes custom php.ini settings, such as f.e. - `memory_limit` and `error_reporting`. Usefult to run migrations as subprocesses in hostile environments + `memory_limit` and `error_reporting`. Useful to run migrations as subprocesses in hostile environments * New: multiple migration steps `url_alias` and `url_wildcard` are now available to manage urls aliases. Please read their documentation in Resources/doc/DSL for details * New: migration step `file/load_csv`, allows to easily initialize references long list of values +* Improved: it is now possible to set references to the value of content fields which are of type array + * New: everywhere a reference was previously resolved, ie. using `reference:myref` or `[reference:myref]` syntax it is now possible to use `eval:expression` or `[eval:expression]`.