Skip to content

Commit

Permalink
v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 29, 2012
1 parent 9a6e7b0 commit 41da038
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Expand Up @@ -4,6 +4,13 @@ GRMustache Release Notes
You can compare the performances of GRMustache versions at https://github.com/groue/GRMustacheBenchmark.


## v5.4.1

Fix some corner cases in the handling of [overridable partials](Guides/partials.md), should your templates include conflicting overriding sections. Basically, the last one wins:

`{{<layout}} {{$content}}Not rendered{{/content}} {{$content}}Rendered{{/content}} {{/layout}}`.


## v5.4.0

### Support for templates and partials stored in a hierarchy of directories
Expand Down
2 changes: 1 addition & 1 deletion include/GRMustacheSectionTagRenderingContext.h
Expand Up @@ -25,7 +25,7 @@

/**
* You will be provided with GRMustacheSectionTagRenderingContext objects when
* implementing variable tag helpers with objects conforming to the
* implementing section tag helpers with objects conforming to the
* GRMustacheSectionTagHelper protocol.
*
* **Companion guide:** https://github.com/groue/GRMustache/blob/master/Guides/section_tag_helpers.md
Expand Down
2 changes: 1 addition & 1 deletion include/GRMustacheVersion.h
Expand Up @@ -40,5 +40,5 @@
*
* @since v1.0
*/
#define GRMUSTACHE_PATCH_VERSION 0
#define GRMUSTACHE_PATCH_VERSION 1

Binary file modified lib/libGRMustache5-MacOS.a
Binary file not shown.
Binary file modified lib/libGRMustache5-iOS.a
Binary file not shown.
2 changes: 1 addition & 1 deletion src/classes/GRMustacheVersion.h
Expand Up @@ -40,5 +40,5 @@
*
* @since v1.0
*/
#define GRMUSTACHE_PATCH_VERSION 0
#define GRMUSTACHE_PATCH_VERSION 1

0 comments on commit 41da038

Please sign in to comment.