Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Guijarro <[email protected]>
  • Loading branch information
promans718 and pabloge authored Oct 8, 2024
1 parent b03b631 commit cef0c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ v3.2.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]
- Add `ROUND` replacement, float number to a string with the expected decimals. Example: [ROUND:3.3333::2]
- Add `ROUND` replacement, float number to a string with the indicated number of decimals. Example: [ROUND:3.3333::2]

v3.2.0
------
Expand Down

0 comments on commit cef0c6f

Please sign in to comment.