diff --git a/AUTHORS.txt b/AUTHORS.txt index 4ac4f8eda..24187e460 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -158,3 +158,6 @@ Gabriel Csapo Gabriel J. Csapo Anand Thakker Robert Jackson +jelhan +5j9 <5j9@users.noreply.github.com> +Steve Calvert diff --git a/History.md b/History.md index 84997a25d..80ef46c79 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +2.9.2 / 2019-02-21 +================== + + * Core: Ensuring semaphores are balanced when timeout occurs (#1376) + * Docs: Fix the casing for autostart and noglobals (#1373) + * HTML Reporter: Avoid inline styles to support CSP without 'unsafe-inline' + * Buid: Update 'resolve' to v1.9.0 + 2.9.1 / 2019-01-07 ==================