diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-09-04 15:18:48 -0500 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-09-04 15:18:48 -0500 |
commit | 733b7c87526b6a5ab94bcc9d68034b586945b2bd (patch) | |
tree | 89e221eb36083155f1a5d6951801de0931b83b0b /release-notes.md | |
parent | 9a86e40970770579f7da1d608b4b6c0bb110350a (diff) | |
parent | efad390ffcfa3288c0f0e3763a9cc368295e8575 (diff) | |
download | handlebars.js-733b7c87526b6a5ab94bcc9d68034b586945b2bd.zip handlebars.js-733b7c87526b6a5ab94bcc9d68034b586945b2bd.tar.gz handlebars.js-733b7c87526b6a5ab94bcc9d68034b586945b2bd.tar.bz2 |
Merge pull request #1091 from nikolas/patch-2
fix typo in release notes
Diffstat (limited to 'release-notes.md')
-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 b254729..81a3600 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) |