Skip to content

Commit 2ebb5c7

Browse files
Correct a broken change log link
1 parent 5f1a4de commit 2ebb5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A full list of changes can be found in the GitHub milestone: [`6.0.0`](https://g
1515

1616
### The Switch to System.Memory (and Significantly Lower Memory Footprint that Comes with It)
1717

18-
The client now uses the [`System.Memory` library]() for message and command payloads. This significantly
18+
The client now uses the [`System.Memory` library](https://www.nuget.org/packages/System.Memory/) for message and command payloads. This significantly
1919
reduces object allocation and GC pressure for heavy workloads but also
2020
**potentially requires application changes**: consumer delivery payloads are now of instance [`System.ReadOnlyMemory<byte>`](https://docs.microsoft.com/en-us/dotnet/api/system.readonlymemory-1?view=netcore-3.1)
2121
instead of `byte[]`.

0 commit comments

Comments
 (0)