diff options
author | Nik Nyby <nnyby@columbia.edu> | 2015-09-04 15:53:31 -0400 |
---|---|---|
committer | Nik Nyby <nnyby@columbia.edu> | 2015-09-04 15:53:31 -0400 |
commit | efad390ffcfa3288c0f0e3763a9cc368295e8575 (patch) | |
tree | b599b74e743760c9831d07203078e42e34aeb289 | |
parent | a5a3ab01d3659b996234e3fa5a4a32350a145096 (diff) | |
download | handlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.zip handlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.tar.gz handlebars.js-efad390ffcfa3288c0f0e3763a9cc368295e8575.tar.bz2 |
fix typo in release notes
-rw-r--r-- | release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index 822cb80..0990c50 100644 --- a/release-notes.md +++ b/release-notes.md @@ -238,7 +238,7 @@ Compatibility notes: - INTEGER -> NUMBER - Additional PartialNode hash parameter - New RawBlockNode type -- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatability reasons. +- Data frames now have a `_parent` field. This is internal but is enumerable for performance/compatibility reasons. [Commits](https://github.com/wycats/handlebars.js/compare/v1.3.0...v2.0.0-alpha.1) |