Update the changelog for 1.11.0

Fixes #4321.
This commit is contained in:
Simon Lydell 2016-09-26 15:09:53 +02:00
parent c3f5b8db86
commit b0d8fca245
2 changed files with 10 additions and 0 deletions

View File

@ -1312,6 +1312,11 @@ six = ->
</li>
</ul>
</li>
<li>
<code>&amp;&amp;=</code>, <code>||=</code>, <code>and=</code> and
<code>or=</code> no longer accidentally allow a space before the
equals sign.
</li>
<li>
Improved several error messages.
</li>

View File

@ -2642,6 +2642,11 @@ six = -&gt;
</li>
</ul>
</li>
<li>
<code>&amp;&amp;=</code>, <code>||=</code>, <code>and=</code> and
<code>or=</code> no longer accidentally allow a space before the
equals sign.
</li>
<li>
Improved several error messages.
</li>