aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-11 16:26:03 +0000
committerAKP <abi@tdpain.net>2025-02-11 16:26:03 +0000
commit1c542bd35b0e5f6ca4e4b92cc849bd652b901f8d (patch)
tree70010dce61b5bf096159ea3fae003b7d82d6510d /CHANGELOG.md
parent940680fc1b818436a05c51348e1e85ed9b46479b (diff)
Do not mistakenly transform unsafe characters into JSON notation when sending from the server as pre-set form valuesupstream
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4345235..3ce3d5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ 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).
## Unreleased
+### Fixed
+* Do not mistakenly transform unsafe characters into JSON notation when sending from the server as pre-set form values
## 0.4.4 - 2025-02-11
### Fixed