From a58454f8a2656a55b5a89417c3daf53014f93008 Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Sat, 27 Jul 2019 01:10:35 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf9b7dc..0ce947e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 0.8.1 +#### Fixed +- Added existence check to ``CLICK`` and ``CLICK_ALL`` functions. [#341](https://github.com/MontFerret/ferret/pull/341) +- Added a check whether an element is in the viewport before scrolling. [#342](https://github.com/MontFerret/ferret/pull/342) + ### 0.8.0 #### Added - Delay randomization for inputs. [#283](https://github.com/MontFerret/ferret/pull/283)