Updating README to reflect child context fix.

This commit is contained in:
Justin Hileman
2010-04-26 21:58:16 -04:00
parent 3dff2332d6
commit 5832dd5b5d
-2
View File
@@ -83,8 +83,6 @@ Known Issues
* Sections don't respect delimiter changes -- `delimiters` example currently fails with an
"unclosed section" exception.
* Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}` fails if the context
is `array('foo' => array('bar' => 'baz'));`
* Test coverage is incomplete.