From fab6f3fe5d14d492b1a199bc401cdab1e596a10a Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 26 Aug 2013 20:30:41 -0700 Subject: [PATCH] First pass at history for 0.6.5.1 --- History.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/History.md b/History.md index 9ded11a003..0a00833214 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,25 @@ ## vNEXT +## v0.6.5.1 + +* Fix syntax errors on lines that end with a backslash. #1326 + +* Fix serving static files with special characters in their name. #1339 + +* Upgrade `esprima` JavaScript parser to fix bug parsing complex regexps. + +* Export `Spiderable` from `spiderable` package to allow users to set + `Spiderable.userAgentRegExps` to control what user agents are treated + as spiders. + +* Add EJSON to standard-app-packages. #1343 + +* Fix bug in d3 tab character parsing. + +* Fix regression when using Mongo ObjectIDs in Spark templates. + + ## v0.6.5 * New package system with package compiler and linker: