]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update readme todo [ci skip]
authorEvan You <yyx990803@gmail.com>
Mon, 16 Mar 2020 22:59:10 +0000 (18:59 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 16 Mar 2020 22:59:10 +0000 (18:59 -0400)
README.md

index e69835be8df6e590cf5c60bad8c76e2653144df3..d6b70fe48a2f86c52fbba91eaa84f88494a6587d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,12 +6,8 @@ The current codebase has basic feature parity with v2.x, together with the chang
 
 Please note that there could still be undocumented behavior inconsistencies with 2.x. When you run into such a case, please make sure to first check if the behavior difference has already been proposed in an existing RFC. If the inconsistency is not part of an RFC, then it's likely unintended, and an issue should be opened (please make sure to use the [issue helper](https://new-issue.vuejs.org/?repo=vuejs/vue-next) when opening new issues).
 
-## TODOs as of 3.0.0-alpha.5
+## TODOs as of 3.0.0-alpha.9
 
-- Suspense support in SSR
-- SSR Hydration mismatch handling
-- SSR vnode directive support
-- SSR integration tests
 - 2.x compatible async component support
 
 ## Known Issues