diff --git a/CHANGES b/CHANGES index cc3aa33..ec057fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ = HEAD + * Rename Renderer => Writer. * Fixed a bug with higher-order sections that prevented them from being passed the raw text of the section from the original template. * More concise token format. - * High-level API is consistent with the Renderer API. + * High-level API is consistent with the Writer API. * Allow partials to be passed to the pre-compiled function (thanks @fallenice). * Don't use eval (thanks @cweider). diff --git a/mustache.js b/mustache.js index ed4b235..9673602 100644 --- a/mustache.js +++ b/mustache.js @@ -16,6 +16,7 @@ var Mustache; Mustache = exports; //