Skip to content

Commit

Permalink
updates text in changes file and pr template
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Miller <[email protected]>
  • Loading branch information
kjaymiller committed Jul 5, 2024
1 parent 01db8ba commit d2ac130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ _Please make sure to review and check all of these items:_
- [ ] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
- [ ] Is there an example added to the examples folder (if applicable)?
- [ ] Was the change added to CHANGES file?

_NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open._
Expand Down
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ATTENTION: This file is no longer used as changes are manage automatically as confirmed in - https://github.com/valkey-io/valkey-py/issues/31

* Update `ResponseT` type hint
* Allow to control the minimum SSL version
* Add an optional lock_name attribute to LockError.
Expand Down

0 comments on commit d2ac130

Please sign in to comment.