-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update CHANGES.txt #39
Conversation
CHANGES.txt
Outdated
@@ -11,4 +11,4 @@ v1.2.5, 2022-07-12 -- Block some more bot useragents | |||
v1.2.6, 2022-07-13 -- Block one more useragent - "gh" | |||
v1.2.7, 2022-07-15 -- Block more user agents - "Petalbot" | |||
v1.3.0, 2023-02-20 -- Add rate limits | |||
v1.4.0, 2-24-06-21 -- Migrate to Flask.Limiter for rate limits | |||
v2.0.0, 2-24-06-21 -- Migrate to Flask.Limiter for rate limits. Breaking Change: 'app' must be passed to 'build_search_view' as the positon 1 argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.0 was released, so maybe keep it?
Also, there is a typo in the date year. And I guess the date is not true anymore?
Maybe worth adding something to README as well? In "Usage": "Changes in 2.0.0: In version 2.0 the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Update CHANGES.txt to better highlight the breaking change that came with the latest version