Skip to content

Commit

Permalink
update changelog - comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 13, 2021
1 parent 59a52a8 commit dab69fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-XX-XX 2.1.2:
-------------------
* support type hinting for all Python 3 versions (that bitarray supports,
i.e. 3.5 and higher currently), see #128
* add explicit endianness to two tests, fixes issue #127


Expand Down
2 changes: 1 addition & 1 deletion bitarray/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This stub, as well as util.pyi, have been tested with
Python 3.9 and mypy 0.902
Python 3.5 .. 3.10 and mypy 0.902
"""
from collections.abc import Iterable, Iterator
from unittest.runner import TextTestResult
Expand Down

0 comments on commit dab69fd

Please sign in to comment.