Skip to content

Commit

Permalink
Fix spelling mistakes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
noirello committed Aug 4, 2024
1 parent 854f386 commit 1b19257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Fixed
Changed
~~~~~~~

- Any exception that rasied during closing a connection pool is
catched and a warning message will be logged.
- LDAPconnection.close method is no longer try to abandon on-going
- Any exception that raised during closing a connection pool is
caught, and a warning message will be logged.
- LDAPconnection.close method is no longer try to abandon ongoing
requests by default.

Added
~~~~~

- New `abandon_requests` parameter for LDAPconnection.close method
to call abandon operations on on-going requests during connection
to call abandon operations on ongoing requests during connection
close.
- Arm64 wheels for macOS.

Expand Down

0 comments on commit 1b19257

Please sign in to comment.