Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 10, 2024
1 parent e93c239 commit fbd6f9f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
Change Log
==========

Please see the `GitHub Releases <https://github.com/lexiforest/curl_cffi/releases>`_ page for details.

v0.8
----

- v0.8.0
- Added more recent impersonate versions, Safari 18.0 for iOS and macOS.
- Added ``quote`` parameter for setting which letter should be quoted in URL.
- Added ``response_class`` parameter for using a customized ``Response`` class.

v0.7
----

- v0.7.3
- Bugfixes.

- v0.7.2
- Added requests-like exception hierarchy.

- v0.7.1
- Added `Cookies.get_dict()`, for compatibility with `requests`.
- Added ``Cookies.get_dict()``, for compatibility with ``requests``.
- Fixed type conversion in C shim, by @qishipai.
- Fixed cookie `subdomains` attribute.
- Fixed cookie ``subdomains`` attribute.

- v0.7.0
- Added more recent impersonate versions, up to Chrome 124.
Expand Down

0 comments on commit fbd6f9f

Please sign in to comment.