Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a changelog and cover version 0.3.0 #43

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
=================
Protego changelog
=================

0.3.0 (to be released)
======================

- Changed requirements:

- Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and added support
for 3.11 and for the upcoming 3.12.

- ``six`` is no longer a dependency.

- Added support for the ``Visit-Time`` directive.

- Fixed leading asterisks in allow and disallow values not being properly
interpreted.

- ``Protego.parse()`` now raises value error when *content* is not a string.


Earlier releases
================

Find the changelog of earlier releases `at GitHub
<https://github.com/scrapy/protego/releases>`_.
Loading