"vscode:/vscode.git/clone" did not exist on "26cf5c8ac6386667ed8ab46c7017e249babfc063"
Commit 300fc013 authored by Justin Brewer's avatar Justin Brewer
Browse files

Add Changelog entry about the integer parsing changes

This should have been included in
93421f9d

 but was missed.
Signed-off-by: default avatarJustin Brewer <jzb0012@auburn.edu>
parent ef425667
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
* Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13 * Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13
* Fix warnings, when compiled with -Wshadow * Fix warnings, when compiled with -Wshadow
* Make hiredis compile in Cygwin on Windows, now CI-tested * 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**: **BREAKING CHANGES**:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment