diff --git a/documentation/index.html.js b/documentation/index.html.js
index 3ad5f23f..cf85745a 100644
--- a/documentation/index.html.js
+++ b/documentation/index.html.js
@@ -1192,6 +1192,45 @@ Expressions
Change Log
+
+ <%= releaseHeader('2014-08-26', '1.8.0', '1.7.1') %>
+
+ -
+ The --join option of the CLI is now deprecated.
+
+ -
+ Source maps now use .js.map as file extension, instead of just .map.
+
+ -
+ The CLI now exits with the exit code 1 when it fails to write a file to disk.
+
+ -
+ The compiler no longer crashes on unterminated, single-quoted strings.
+
+ -
+ Fixed location data for string interpolations, which made source maps out of sync.
+
+ -
+ The error marker in error messages is now correctly positioned if the code is indented with tabs.
+
+ -
+ Fixed a slight formatting error in CoffeeScript’s source map-patched stack traces.
+
+ -
+ The %% operator now coerces its right operand only once.
+
+ -
+ It is now possible to require CoffeeScript files from Cakefiles without having to register the compiler first.
+
+ -
+ The CoffeeScript REPL is now exported and can be required using require 'coffee-script/repl'.
+
+ -
+ Fixes for the REPL in Node 0.11.
+
+
+
+
<%= releaseHeader('2014-01-29', '1.7.1', '1.7.0') %>
diff --git a/index.html b/index.html
index 3ad536ab..8f63c0ab 100644
--- a/index.html
+++ b/index.html
@@ -2449,6 +2449,49 @@ task('build:parser', 'rebuild t
Change Log
+
+
+
+
+ -
+ The --join option of the CLI is now deprecated.
+
+ -
+ Source maps now use .js.map as file extension, instead of just .map.
+
+ -
+ The CLI now exits with the exit code 1 when it fails to write a file to disk.
+
+ -
+ The compiler no longer crashes on unterminated, single-quoted strings.
+
+ -
+ Fixed location data for string interpolations, which made source maps out of sync.
+
+ -
+ The error marker in error messages is now correctly positioned if the code is indented with tabs.
+
+ -
+ Fixed a slight formatting error in CoffeeScript’s source map-patched stack traces.
+
+ -
+ The %% operator now coerces its right operand only once.
+
+ -
+ It is now possible to require CoffeeScript files from Cakefiles without having to register the compiler first.
+
+ -
+ The CoffeeScript REPL is now exported and can be required using require 'coffee-script/repl'.
+
+ -
+ Fixes for the REPL in Node 0.11.
+
+
+
+