Skip to content

Commit 1245d29

Browse files
committed
Updated changelog
1 parent 4cd8c1f commit 1245d29

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 4.0.1 - 2018-12-31
8+
9+
**Added**
10+
11+
- New environment variable `LARAVEL_DATABASE_EMAILS_TESTING_ENABLED` to indicate if testing mode is enabled (*)
12+
13+
**Fixed**
14+
15+
- Fixed issue where Mailables would not be read correctly
16+
- Config file was not cachable (*)
17+
18+
(*) = To be able to cache the config file, change the 'testing' closure to the environment variable as per `laravel-database-emails.php` config file.
19+
20+
## 4.0.0 - 2018-09-15
21+
22+
**Changed**
23+
24+
- Changed package namespace
25+
726
## 3.0.3 - 2018-07-24
827

928
**Fixed**

0 commit comments

Comments
 (0)