From 9d665decf767bd4997e563878e1f9ca548e22e01 Mon Sep 17 00:00:00 2001 From: rubygeek Date: Mon, 12 Feb 2018 19:26:28 -0600 Subject: [PATCH] updated changes, sorry forgot this earlier :( --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cd7a5b343..b6eafc373 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Release Notes 3.1.0 ----- - Added a message param to `Title Should Be` to display custom error message [rubygeek] -- Compare text regardless of case in: `Element Should Contain`, `Element Should Not Contain` and `Element Text Should Be` by passing `ignore_case=True`. The default is `False` +- Compare text regardless of case in: `Element Should Contain`, `Element Should Not Contain` and `Element Text Should Be` by passing `ignore_case=True`. The default is `False` [rubygeek] 3.0.1 -----