Skip to content

Commit 23ff71b

Browse files
committed
release notes 2.0.600
1 parent de527bb commit 23ff71b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/ReleaseNotes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Release Notes
22

3-
## (unreleased)
3+
## 2.0.600
44

5-
- add `ulong` support to `RedisValue` and `RedisResult`
6-
- fix: remove odd equality: `"-" != 0` (we do, however, still allow `"-0"`, as that is at least semantically valid, and is logically `== 0`)
5+
- add `ulong` support to `RedisValue` and `RedisResult` (#1103)
6+
- fix: remove odd equality: `"-" != 0` (we do, however, still allow `"-0"`, as that is at least semantically valid, and is logically `== 0`) (related to #1103)
7+
- performance: rework how pub/sub queues are stored - reduces delegate overheads (related to #1101)
8+
- fix #1108 - ensure that we don't try appending log data to the `TextWriter` once we've returned from a method that accepted one
79

810
## 2.0.593
911

0 commit comments

Comments
 (0)