From f018e94be9d46b87d4b85855a977596fc56543f5 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Sat, 18 Feb 2017 02:54:15 -0500 Subject: [PATCH] Update changelog --- docs/v1/index.html | 3 ++- documentation/sections/changelog.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/v1/index.html b/docs/v1/index.html index f02456b3..befe5fd0 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -2612,11 +2612,12 @@ The CoffeeScript logo is available in SVG for use in presentations.

Change Log

1.12.4 - +

diff --git a/documentation/sections/changelog.md b/documentation/sections/changelog.md index a10680df..10f9e90a 100644 --- a/documentation/sections/changelog.md +++ b/documentation/sections/changelog.md @@ -1,12 +1,13 @@ ## Change Log ``` -releaseHeader('2017-02-15', '1.12.4', '1.12.3') +releaseHeader('2017-02-18', '1.12.4', '1.12.3') ``` * The `cake` commands have been updated, with new `watch` options for most tasks. Clone the [CoffeeScript repo](https://github.com/jashkenas/coffeescript) and run `cake` at the root of the repo to see the options. * Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared. * Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file. +* Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools. ``` releaseHeader('2017-01-24', '1.12.3', '1.12.2')