浏览代码

Update README.md

Oren Novotny 6 年之前
父节点
当前提交
868caff2bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ Catch us in the #rxnet channel over at http://reactiveui.net/slack
 Ix Async 4.0 has a breaking change from prior versions due to being the first LINQ implementation
 to support the new C# 8 [async streams](https://github.com/dotnet/roslyn/blob/master/docs/features/async-streams.md) feature. This means for .NET Standard 2.1 and .NET Core 3 targets, we use the in-box interfaces for `IAsyncEnumerable<T>` and friends. On other platforms, we provide the implementation, so you can use `await foreach` and create async iterators as you would expect. The types will unify to the system ones where the platform provides it.
 
-The code should be code-compatible, so recompiling should take care of most of it; note that binary compatibility will not work.
+There are many breaking changes here; a full set of changenotes is on the way.
 
 ## System.Reactive