diff --git a/documentation/index.html.js b/documentation/index.html.js index 1c59c6af..8858d58e 100644 --- a/documentation/index.html.js +++ b/documentation/index.html.js @@ -1211,13 +1211,17 @@ Expressions that yields.
  • - Improved error reporting for string interpolation. + More robust parsing and improved error messages for strings and regexes — + especially with respect to interpolation.
  • Changed strategy for the generation of internal compiler variable names.
  • - Fixed REPL compatibility with latest versions of Node and IO.js. + Fixed REPL compatibility with latest versions of Node and Io.js. +
  • +
  • + Various minor bug fixes.
  • diff --git a/index.html b/index.html index 9fb46c01..5c4dd883 100644 --- a/index.html +++ b/index.html @@ -2503,13 +2503,17 @@ task('build:parser', 'rebuild t that yields.
  • - Improved error reporting for string interpolation. + More robust parsing and improved error messages for strings and regexes — + especially with respect to interpolation.
  • Changed strategy for the generation of internal compiler variable names.
  • - Fixed REPL compatibility with latest versions of Node and IO.js. + Fixed REPL compatibility with latest versions of Node and Io.js. +
  • +
  • + Various minor bug fixes.