aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-05-09 16:55:27 -0400
committerDmitry Petrashko <dark@d-d.me>2016-05-09 16:55:27 -0400
commitc9be68e03940919a977f799d9d64c2600c30585f (patch)
tree61ddb122b9961fb7f2de12373c2349adc54ce85f /README.md
parentb3232de77b9d6890eee630ff546732b473fedf92 (diff)
downloaddotty-c9be68e03940919a977f799d9d64c2600c30585f.tar.gz
dotty-c9be68e03940919a977f799d9d64c2600c30585f.tar.bz2
dotty-c9be68e03940919a977f799d9d64c2600c30585f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94450278d..0bf8ffb84 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ See [github contributors page](https://github.com/lampepfl/dotty/graphs/contribu
| Sbt incremental build | Implemented |
| Non-blocking lazy vals | Implemented |
| Option-less pattern matching(based on [name-based patmat](https://github.com/scala/scala/pull/2848)) | Implemented |
+| Function arity adaptation | Implemented |
| | |
| Non-boxed arrays of value classes | In progress |
| Working contravariant implicits | In progress |