Skip to content

Commit

Permalink
Minor typo (StackExchange#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman-dick authored and ttingen committed Nov 19, 2019
1 parent 3a973cd commit 21ebb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The key focus of this release is stability and reliability.
- removed: the `HighPriority` (queue-jumping) flag is now deprecated
- internal: most buffers internally now make use of pooled memory; `RedisValue` no longer pre-emptively allocates buffers
- internal: added new custom thread-pool for handling async continuations to avoid thread-pool starvation issues
- intenal: all IL generation has been removed; the library should now work on platforms that do not allow runtime-emit
- internal: all IL generation has been removed; the library should now work on platforms that do not allow runtime-emit
- added: asynchronous operations now have full support for reporting timeouts
- added: new APIs now exist to work with pooled memory without allocations - `RedisValue.CreateFrom(MemoryStream)` and `operator` support for `Memory<byte>` and `ReadOnlyMemory<byte>`; and `IDatabase.StringGetLease[Async](...)`, `IDatabase.HashGetLease[Async](...)`, `Lease<byte>.AsStream()`)
- added: ["streams"](https://redis.io/topics/streams-intro) support (thanks to [ttingen](https://github.com/ttingen) for their contribution)
Expand Down Expand Up @@ -142,4 +142,4 @@ Other changes (not library related)

## and the rest

(I'm happy to take PRs for change history going back in time)
(I'm happy to take PRs for change history going back in time)

0 comments on commit 21ebb91

Please sign in to comment.