diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7ad36..147e4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 2019-12-15 +- Added support for ArraySegment (thanks ksmith3036) # 2018-03-11 - Added API for ReadOnlySpan - Added support for the async calls with cancelation tokens \ No newline at end of file diff --git a/nuget.props b/nuget.props index 62eae8a..bcc7023 100644 --- a/nuget.props +++ b/nuget.props @@ -3,7 +3,7 @@ netstandard2.0 Standart.Hash.xxHash - 1.0.6 + 1.0.7 Standart.Hash.xxHash Standart.Hash.xxHash Alexander Melnik