From b650606e3124391b234b303eb2daae43136533b3 Mon Sep 17 00:00:00 2001 From: Patricia Roman Sanchez Date: Thu, 10 Oct 2024 09:18:16 +0200 Subject: [PATCH] Fix pull request issue --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 560363df..b00f317c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ v3.2.1 *Release date: In development* - Allow negative indexes for list elements in context searches. Example: [CONTEXT:element.-1] -- Add support for JSON strings to the `DICT` and `LIST`` replacement. Example: [DICT:{"key": true}], [LIST: null] +- Add support for JSON strings to the `DICT` and `LIST`` replacement. Example: [DICT:{"key": true}], [LIST:[null]] - 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] - Add `ROUND` replacement, float number to a string with the indicated number of decimals. Example: [ROUND:3.3333::2]