Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Jul 27, 2011
1 parent 993c94c commit 6d6e020
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/GRMustacheVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@since v1.0.0
*/
#define GRMUSTACHE_PATCH_VERSION 1
#define GRMUSTACHE_PATCH_VERSION 2


/**
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
GRMustache Release Notes
========================

## v1.7.2

- Fixed [issue #6](https://github.com/groue/GRMustache/issues/6)
- `[GRMustache preventNSUndefinedKeyExceptionAttack]` no longer prevents the rendering of `nil`.

## v1.7.1

Added missing header file
Expand Down
2 changes: 1 addition & 1 deletion include/GRMustacheVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@since v1.0.0
*/
#define GRMUSTACHE_PATCH_VERSION 1
#define GRMUSTACHE_PATCH_VERSION 2


/**
Expand Down
Binary file modified lib/libGRMustache1-ios3.a
Binary file not shown.
Binary file modified lib/libGRMustache1-ios4.a
Binary file not shown.
Binary file modified lib/libGRMustache1-macosx10.6.a
Binary file not shown.

0 comments on commit 6d6e020

Please sign in to comment.