From 6c828566e627a6eeea3a0de15e8cb3494d7b8314 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 30 Aug 2020 14:38:33 -0700 Subject: [PATCH] Add release notes for 2.3.4 --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 12b77cb..8ea8682 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # Release Notes +## 2.3.4 - August 30, 2020 + +- Fixed a regression in 2.3.0 which caused include paths in the config file to be treated as additional spec paths. +- The TAP reporter now outputs the test plan at the beginning instead of the end, as it should. +- The internal copy of the Jasmine library has been updated to version 2.3.4, which brings in the minor bugfixes from 2.3.1, 2.3.2, and 2.3.3 as well. + ## 2.3.0 - August 25, 2020 - Added a `--debug` command line flag which will run the tests under GDB or the debugger of your choice.