1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00

Updated CHANGELOG

This commit is contained in:
Tim Voronov 2021-03-27 13:13:01 -04:00
parent 3ddd9b82a8
commit d4e31a9966

View File

@ -1,5 +1,10 @@
## Changelog
### 0.14.1
#### Fixed
- Parsing HTTP headers and cookies [#598](https://github.com/MontFerret/ferret/pull/598)
- Parsing cookie expiration datetime [#602](https://github.com/MontFerret/ferret/pull/602)
### 0.14.0
#### Added
- Support of History API [#584](https://github.com/MontFerret/ferret/pull/584)