Rollup merge of #44231 - lukaramu:patch-1, r=alexcrichton

Fix release notes on associated constants

Associated constants seem to be stable everywhere, not just in traits
This commit is contained in:
Mark Simulacrum 2017-08-31 18:07:49 -06:00 committed by GitHub
commit 81fc0e1150
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Version 1.20.0 (2017-08-31)
Language
--------
- [Associated constants in traits is now stabilised.][42809]
- [Associated constants are now stabilised.][42809]
- [A lot of macro bugs are now fixed.][42913]
Compiler