소스 검색

Updating README to reflect child context fix.

Justin Hileman 15 년 전
부모
커밋
5832dd5b5d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      README.markdown

+ 0 - 2
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.