diff --git a/documentation/index.html.js b/documentation/index.html.js index 47ba6768..7e6f46e5 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -1312,6 +1312,11 @@ six = -> +
  • + &&=, ||=, and= and + or= no longer accidentally allow a space before the + equals sign. +
  • Improved several error messages.
  • diff --git a/index.html b/index.html index 56e26198..c85f3162 100644 --- a/index.html +++ b/index.html @@ -2642,6 +2642,11 @@ six = -> +
  • + &&=, ||=, and= and + or= no longer accidentally allow a space before the + equals sign. +
  • Improved several error messages.