From 87e2bc364ba7025dee666c9d1c026662ac5458c2 Mon Sep 17 00:00:00 2001 From: Patricia Roman Sanchez <58507180+promans718@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:39:35 +0200 Subject: [PATCH] Update CHANGELOG.rst Co-authored-by: Pablo Guijarro --- CHANGELOG.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index adcd543d..8e64bb1d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,11 +5,10 @@ v3.2.1 ------ *Release date: In development* -- Update `get_value_from_context` allow negative numbers. Example: element.-1 -- Update `_replace_param_transform_string_replace_param_transform_string` include new options - * JSON -> format string to json. Example: [JSON:{'key': 'value'}] - * REPLACE -> replace elements in string. Example: [REPLACE:[CONTEXT:some_url]::https::http] - * TITLE -> apply .title() to string value. Example: [TITLE:the title] +- Allow negative indexes for list elements in context searches. Example: [CONTEXT:element.-1] +- Add support for JSON strings to the `DICT` replacement. Example: [DICT:{"key": true}] +- Add `REPLACE` replacement, to replace a substring with another. Example: [REPLACE:[CONTEXT:some_url]::https::http] +- Add `TITLE` replacement, to apply Python's title() function. Example: [TITLE:the title] v3.2.0