Skip to content

Commit 3cf4319

Browse files
authored
Add CHANGELOG.md to template.
1 parent 47b67a4 commit 3cf4319

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
## Change Log
22
All notable changes to this project will be documented in this section.
33

4-
#### [0.1.0] - {{ "now"|date("d/m/Y") }}
4+
#### [1.0.4] - 2016-12-10
55
##### Changed
6-
- Keep track of changes
6+
- Add `CHANGELOG.md` to template.
7+
8+
#### [1.0.3] - 2016-12-05
9+
##### Changed
10+
- Fix missing `landing_page` quotes in `config/builder.php`.
11+
12+
#### [1.0.2] - 2016-10-03
13+
##### Changed
14+
- Add support for fields and streams permissions
15+
- Add support for sitemap with options
16+
17+
#### [1.0.1] - 2016-09-30
18+
##### Changed
19+
- Add configuration option to turn off module landing page
20+
- Change template to Twig
21+
- Rename some builder config variables, `seeding => seed`, `namespace_folder => group`,
22+
23+
#### [1.0.0] - 2016-09-08
24+
##### Changed
25+
- First release as the default module Builder template
26+
- Scaffold stream entities
27+
- Custom decorators for entity tables and forms
28+
- Automate bindings and routes
29+
- Generate language files
30+
- Default home page
31+
- Helper functions

0 commit comments

Comments
 (0)