Bläddra i källkod

Added known issue for missing child context in sections.

Justin Hileman 15 år sedan
förälder
incheckning
bb4905dd1b
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      README.markdown

+ 4 - 1
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.