diff --git a/README.md b/README.md index e6f9653b7..3fa3e2e36 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Roadmap * Make some small F# langauge improvements to improve code: * Remove `yield` in more cases * Automatically save function values that do not capture any arguments and consider making the `dispatch` function global (partly to avoid is being seen as a captured argument) - * Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line` + * [Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line`](https://github.com/Microsoft/visualfsharp/pull/4929) * [`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)