Skip to content

Commit cd454f9

Browse files
committed
Update CHANGELOG.
1 parent 1fe4edf commit cd454f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Cherry-templater Changelog
22

3-
## [v1.0.0](https://github.com/ABGEO07/cherry-templater/releases/tag/v1.0.0 "v1.0.0") (2019-03-29)
3+
## [v1.1.0](https://github.com/cherry-framework/templater/releases/tag/v1.1.0 "v1.1.0") (2019-05-11)
4+
5+
- Added Templates caching feature;
6+
- Added short prints support in templates
7+
Now you can print variables using it's name between `{{ }}` symbols.
8+
*Example*: `Welcome, {{ username }}!`
9+
10+
## [v1.0.0](https://github.com/cherry-framework/templater/releases/tag/v1.0.0 "v1.0.0") (2019-03-29)
411
#### The first stable version
512

613
- Package available on: `composer require cherry-project/templater`

0 commit comments

Comments
 (0)