summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJustin Brewer <jzb0012@auburn.edu>2018-05-21 10:58:40 -0500
committermichael-grunder <michael.grunder@gmail.com>2018-05-21 09:40:42 -0700
commit967027c881c8cf7c94d6f0223d079b9466c16cc0 (patch)
tree127d459024b90be8faee66d8ae9a868964bb01a6 /CHANGELOG.md
parent33a36dc25b34bdc2abf02b5dbe21ec72712297b4 (diff)
Add Changelog entry about the integer parsing changes
This should have been included in 93421f9d84868989ab0e401fb3be7b31c7a9c181 but was missed. Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f40ec53..840a470 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
* Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13
* Fix warnings, when compiled with -Wshadow
* Make hiredis compile in Cygwin on Windows, now CI-tested
+* Bulk and multi-bulk lengths less than -1 or greater than `LLONG_MAX` are now
+ protocol errors. This is consistent with the RESP specification. On 32-bit
+ platforms, the upper bound is lowered to `SIZE_MAX`.
**BREAKING CHANGES**: