From 5832dd5b5d48a020192ecc6ae1bafd4dd89cf8e2 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 26 Apr 2010 21:58:16 -0400 Subject: [PATCH] Updating README to reflect child context fix. --- README.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.markdown b/README.markdown index e4334b5..ab27846 100644 --- a/README.markdown +++ b/README.markdown @@ -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.