Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundask committed Apr 5, 2012
1 parent c4926bd commit 4f79058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ There is much more cool stuff that you should check out by visiting the [wiki](h

# CHANGELOG

### 0.8.5
### 0.8.5 (not released yet)

* Changed `display()` and `render()` methods a little bit to accept a parameter. From now on you can set the template file without the `template()` method. For example: `$this->twiggy->display('admin/dashboard');` instead of `$this->twiggy->template('admin/dashboard')->display()`.
* Added `rendered()` method to check whether a template has already been rendered/displayed using `display()` or `render()`.
* Fixed a bug where calling `func_get_args()` function as a parameter in another function would cause a fatal error: `Fatal error: func_get_args(): Can’t be used as a function parameter in <...>`.

### 0.8.4

Expand Down

0 comments on commit 4f79058

Please sign in to comment.