1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-08-15 20:02:56 +02:00

Update CHANGELOG.md

This commit is contained in:
Tim Voronov
2021-04-23 15:45:29 -04:00
committed by GitHub
parent ae352e2e6b
commit eb5cef326f

View File

@@ -4,11 +4,15 @@
#### Added #### Added
- Support of document charset in HTTP driver [#609](https://github.com/MontFerret/ferret/pull/609) - Support of document charset in HTTP driver [#609](https://github.com/MontFerret/ferret/pull/609)
- ``Walk`` method to FQL Parser [80c278e](https://github.com/MontFerret/ferret/commit/80c278ec6c783e29a8df12865da8208d1c148c65) - ``Walk`` method to FQL Parser [80c278e](https://github.com/MontFerret/ferret/commit/80c278ec6c783e29a8df12865da8208d1c148c65)
- Possibility to send keyboard events like 'Enter' or 'Shift' [#618](https://github.com/MontFerret/ferret/pull/618)
#### Changed #### Changed
- Moved CLI to a separate repository [#608](https://github.com/MontFerret/ferret/pull/608) - Moved CLI to a separate repository [#608](https://github.com/MontFerret/ferret/pull/608)
#### Fixed #### Fixed
- Passing headers and cookies to HTTP driver [#614](https://github.com/MontFerret/ferret/pull/614) - Passing headers and cookies to HTTP driver [#614](https://github.com/MontFerret/ferret/pull/614)
- Reading property of anyonymous object [#616](https://github.com/MontFerret/ferret/pull/616)
- Clearing input text containing special characteers [#619](https://github.com/MontFerret/ferret/pull/619)
### 0.14.1 ### 0.14.1
#### Fixed #### Fixed