From df5bab3bb2678fbc27b2d98af694e99c17c1a630 Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Sun, 4 Oct 2020 11:35:07 +1300 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9307942..d3f172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Drake Changelog +## 1.4.3 / 2020-10-04 +- Included `env` API in `lib.ts`. +- On MS Windows use the PowerShell instead of `cmd.exe` to execute shell commands. +- Implemented Github Actions workflow for testing. + ## 1.4.2 / 2020-09-26 - fix: Allow Drakefile execution with Deno `--unstable` option. - Export types `Action`, `EnvValue` from `mod.ts` module.