We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa4baf + 1b67faf commit 58f1712Copy full SHA for 58f1712
.gitignore
@@ -7,3 +7,4 @@
7
8
/builds/
9
/database/database.sqlite
10
+.env
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
+## [4.0.22] - 2018-01-09
+### Added
+- Core: Adds dotenv component.
+
11
## [4.0.21] - 2018-01-05
12
### Added
13
- Core: Helpers `abort`, `abort_if` and `abort_unless`.
0 commit comments