Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Dec 19, 2024
1 parent 3c47dcd commit 4080a12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Blaze by Fizzed

- New `blaze-postoffice` module to handle sending emails via SMTP. The SMTP settings can be setup in the `blaze.conf`
or programatically setup with the new PostOffices.mail() action.
- Config now supports Path and File class types
- Config now supports `script.conf` or `script.local.conf` configuration files so that one config file can define the
defaults and the other could potentially not be committed to a repository to help define overrides.
- Exec and sshExec both now support exit code value ranges, as well as ignoring the exit code entirely via `exitValuesAny()`

#### 1.7.0 - 2024-12-17

Expand Down

0 comments on commit 4080a12

Please sign in to comment.