From 2cdac6c5a05d28c981ff32f42cf5b32ed11762dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Nie=C5=BCurawski?= Date: Wed, 6 Nov 2019 14:56:32 +0100 Subject: [PATCH] Update Changelog (#530) Adds a missing entry to Changelog about a new assertion (`hasNoText()`) release with v0.9.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09361f093..45dc7e2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## v0.9.1 (2019-10-28) #### :rocket: Enhancement +* [#499](https://github.com/simplabs/qunit-dom/pull/499) Adding `hasNoText()` assertion ([@step2yeung](https://github.com/step2yeung)) * [#496](https://github.com/simplabs/qunit-dom/pull/496) Adding `hasTagName()` assertion ([@scalvert](https://github.com/scalvert)) * [#451](https://github.com/simplabs/qunit-dom/pull/451) Adds regex support for CSS class assertions ([@timiyay](https://github.com/timiyay))