From 21ebb914c16341c963d1272762d977d3396719ad Mon Sep 17 00:00:00 2001 From: Richard Mayes Date: Tue, 6 Aug 2019 19:14:44 +0100 Subject: [PATCH] Minor typo (#1203) --- docs/ReleaseNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index fa4212f29..1510da491 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -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` and `ReadOnlyMemory`; and `IDatabase.StringGetLease[Async](...)`, `IDatabase.HashGetLease[Async](...)`, `Lease.AsStream()`) - added: ["streams"](https://redis.io/topics/streams-intro) support (thanks to [ttingen](https://github.com/ttingen) for their contribution) @@ -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) \ No newline at end of file +(I'm happy to take PRs for change history going back in time)