Skip to content

Commit

Permalink
Version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 9, 2023
1 parent fda2a6e commit 5a69a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ History:

<see Git checking messages for history>

8.0.0 2023/0x/xx
- the whole source code was migrated to PEP 570 (Python positional-only parameters)
8.0.0 2023/04/09
- removed support for Python 3.6
- removed support for Python 3.7
- MSS: fixed PEP 484 prohibits implicit Optional
- MSS: the whole source code was migrated to PEP 570 (Python positional-only parameters)
- Linux: added mouse support (related to #55)
- Linux: reset the X server error handler on exit to prevent issues with Tk/Tkinter (fixes #220)
- Linux: added mouse support (related to #55)
Expand All @@ -15,8 +17,6 @@ History:

7.0.1 2022/10/27
- fixed the wheel package
- removed support for Python 3.6
- MSS: fixed PEP 484 prohibits implicit Optional

7.0.0 2022/10/27
- added support for Python 3.11
Expand Down
2 changes: 0 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ GNU/Linux

.. class:: MSS

.. attribute:: core

.. method:: close()

Clean-up method.
Expand Down

0 comments on commit 5a69a28

Please sign in to comment.