summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-11-14 12:06:06 -0800
committermichael-grunder <michael.grunder@gmail.com>2022-11-14 20:34:30 -0800
commitc14775b4e48334e0262c9f168887578f4a368b5d (patch)
tree12dc68694bdde8c742ea99f09b5693a295e39b7d /README.md
parentf0bdf8405b9f16013385bd81895e646aca134d4f (diff)
Prepare for v1.1.0 GA
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5e228a..12865e7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,10 @@ The library comes with multiple APIs. There is the
## Upgrading to `1.1.0`
-You will need to recompile your application when upgrading from v1.0.0 to v1.1.0, but other than that no changes should be needed.
+Almost all users will simply need to recompile their applications against the newer version of hiredis.
+
+**NOTE**: Hiredis can now return `nan` in addition to `-inf` and `inf` in a `REDIS_REPLY_DOUBLE`.
+ Applications that deal with `RESP3` doubles should make sure to account for this.
## Upgrading to `1.0.2`