From d34c380df74658ae8a1856a0cf6136dddd0c3a47 Mon Sep 17 00:00:00 2001 From: Matthieu Pizenberg Date: Sat, 18 Sep 2021 18:38:22 +0200 Subject: [PATCH] Update changelog with v1.2.2 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a217050..b2592b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file. #### Fixed +## [1.2.2] - (2021-09-18) [(diff)][diff-1.2.2] + +#### Fixed + +- Added a delimiter between runs in stderr output when detecting a file change in --watch mode. +- Fixed the missing newline for Debug.log capture. + This bug was introduced in version 1.2.0 due to changes for the Deno compatibility. + + ## [1.2.1] - (2021-09-08) [(diff)][diff-1.2.1] #### Fixed @@ -21,6 +30,7 @@ All notable changes to this project will be documented in this file. - Actually changed the version indicator of the program to 1.2.1. I had forgotten it before so version 1.2 indicates 1.1 with `--version`. + ## [1.2.0] - (2021-09-08) [(diff)][diff-1.2.0] #### Added @@ -223,6 +233,7 @@ All notable changes to this project will be documented in this file. - `.gitmodules` git submodules. - `.github/workflows/` CI to automatically build and test on pull requests. +[1.2.2]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2.2 [1.2.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2.1 [1.2.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.2 [1.1.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v1.1 @@ -237,7 +248,8 @@ All notable changes to this project will be documented in this file. [0.2.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.2 [0.1.1]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1.1 [0.1.0]: https://github.com/mpizenberg/elm-test-rs/releases/tag/v0.1 -[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.1...master +[diff-unreleased]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.2...master +[diff-1.2.2]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2.1...v1.2.2 [diff-1.2.1]: https://github.com/mpizenberg/elm-test-rs/compare/v1.2...v1.2.1 [diff-1.2.0]: https://github.com/mpizenberg/elm-test-rs/compare/v1.1...v1.2 [diff-1.1.0]: https://github.com/mpizenberg/elm-test-rs/compare/v1.0...v1.1