Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 32c31724e794a6aff9eb94fb46051efb34562c10..5878f7dd8762e7d343d521c5cc34d46a148a481b 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -2,6 +2,9 @@ |
### Language |
+* Support generic method syntax. Type arguments are not available at |
+ runtime. For details, check the |
+ [informal specification](https://gist.github.com/eernstg/4353d7b4f669745bed3a5423e04a453c). |
* Don't warn about switch case fallthrough if the case ends in a `rethrow` |
statement. |
* Also don't warn if the entire switch case is wrapped in braces - as long as |