Skip to content

Commit

Permalink
adding 4.0.0 version change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedsonpys committed Aug 11, 2022
1 parent 6ba0c1f commit 20ff3c3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@
## Fix

- [`8cbc837`](https://github.com/jaedsonpys/cookiedb/commit/8cbc837): Avoiding exception by deleting the item only if it exists;
- [`e1fc339`](https://github.com/jaedsonpys/cookiedb/commit/e1fc339): Adding docstring to `CookieDB.delete` method.
- [`e1fc339`](https://github.com/jaedsonpys/cookiedb/commit/e1fc339): Adding docstring to `CookieDB.delete` method.

# 4.0.0

- [CookieDB 4.0.0 in PyPi](https://pypi.org/project/cookiedb/4.0.0/)
- [CookieDB 4.0.0 in GitHub Release](https://github.com/jaedsonpys/cookiedb/releases/tag/v4.0.0)

## Fix

- [`f3804c1`](https://github.com/jaedsonpys/cookiedb/commit/f3804c1): Creating `InvalidDatabaseKeyError` exception;
- [`1aa48c2`](https://github.com/jaedsonpys/cookiedb/commit/1aa48c2): Checking database encrypt key in `open` method.

0 comments on commit 20ff3c3

Please sign in to comment.