summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJan <59206115+Threated@users.noreply.github.com>2023-01-11 10:19:29 +0100
committerGitHub <noreply@github.com>2023-01-11 11:19:29 +0200
commit4a825bc76b668951923c57aaff1020c3892f8de2 (patch)
treef39c9cfcf22579f9242df20757ad358e417f25a4 /CHANGES
parentf46d7f3ef7ce64f90acd4a3dcc14375ab9ae9c9d (diff)
downloadredis-py-4a825bc76b668951923c57aaff1020c3892f8de2.tar.gz
String cleanse (#2548)
* Fixed string escape and added tests * Add Change * Name change
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fca8d31..02daf5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,4 @@
+ * Fix string cleanse in Redis Graph
* Make PythonParser resumable in case of error (#2510)
* Add `timeout=None` in `SentinelConnectionManager.read_response`
* Documentation fix: password protected socket connection (#2374)