From b520c171424e90caba8fb8a4e885c3e3508a8637 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Sat, 2 Mar 2013 21:10:01 -0800 Subject: [PATCH] History.md updates for litcoffee --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 74e580f04b..832904c823 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,9 @@ * Removed all restrictions on EJSON types in MongoDB, even user-defined ones. +* `coffeescript` package: Support literate Coffeescript files with the extension + `.litcoffee`. + * Fixed bug where an empty `fields` object was sometimes passed to a `changed` callback of `Cursor.observeChanges`.