From bb4905dd1b2081b38fa63e6b8329858e20e94be6 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 26 Apr 2010 20:35:46 -0400 Subject: [PATCH] Added known issue for missing child context in sections. --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0634a0f..5ee9dae 100644 --- a/README.markdown +++ b/README.markdown @@ -81,7 +81,10 @@ And render it: Known Issues ------------ - * Sections don't respect delimiter changes -- `delimiters` example currently fails with an "unclosed section" exception. + * 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.