From 63c82479915d14774be542d22980a982b83cee17 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 3 Jan 2014 12:25:42 +0200 Subject: [PATCH] update changelog for require "therubyracer" nitpick --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index aa6c3dc..a85508e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ ## Current * add `timeout` option to `V8::Context` to forcibly abort long running scripts (thanks to @SamSaffron) +* allow canonical require via `require "therubyracer"` instead of oddball `require "v8"`(thanks @gaffneyc) ## 0.12.0 2013/08/20