Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
T2L committed Jun 21, 2017
1 parent 22a0949 commit f1fd0db
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Draft 1.x.x

- Added dependencies on:
* Administration links access filter (admin_links_access_filter:admin_links_access_filter)
- Added vendor libraries:
* Administration links access filter (drupal/admin_links_access_filter: **^1.0**)
* Drupal Console (drupal/console: **^1.0**)
* Drush (drush/drush: **^8.1**)
- Make sure that all dependencies are prefixed with the project name
- Added this file

## Draft 1.1.0, 2017-02-08

- Added dependencies on:
* Block (drupal:block)
* Internal Dynamic Page Cache (drupal:dynamic_page_cache)
* Internal Page Cache (drupal:page_cache)

## Draft 1.0.0, 2017-02-07

- Initial release, nothing fancy
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Just run this command:
```
$ composer create-project lemberg/draft-project my_awesome_project
```

## Changelog

Changelog can be found here [CHANGELOG.md](CHANGELOG.md)

0 comments on commit f1fd0db

Please sign in to comment.