File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22IntelHex releases
33*****************
44
5+ 2.3.0 (unreleased)
6+ ------------------
7+ * Add ``IntelHex.find() `` method to find a given byte pattern. (Scott Armitage)
8+ * API changes: ``IntelHex.segments() `` method supports new optional parameter
9+ ``min_gap `` to allow consolidation of segments with small but existing gaps
10+ into a single segment. Default value is 1. (Ryan Downing)
11+ * API changes: ``IntelHex.tofile() `` now supports the optional ``byte_count ``
12+ parameter from ``IntelHex.write_hex_file() ``. Only used if ``format = hex ``.
13+ (Reis Baltaoglu)
14+ * Fix Python 3.9 compatibility issue with 'array' module (Piotr Korowacki)
15+ * Fix installation for Python version taking setup rather from setuptools than
16+ distutils (Theo Sbrissa)
17+
5182.2.1 (2018-01-30)
619------------------
720* Fixes for PyPI.
You can’t perform that action at this time.
0 commit comments