From 2e5caf0df1a52380b36f1b61db15777da0552d84 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 17 May 2018 11:10:36 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4ececdd7..e6f9653b7 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Roadmap * [`TryGetValue` on F# immutable map](https://github.com/Microsoft/visualfsharp/pull/4827/) * Allow a default unnamed argument for `children` so the argument name doesn't have to be given explicitly * Allow the use of struct options for optional arguments (to reduce allocations) + * Implement the C# 5.0 "open static classes" feature in F# to allow the `Xaml.` prefix to be dropped Static Views and "Half Elmish" ------