Skip to content

Commit 39dc1ba

Browse files
committed
Update NEWS
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
1 parent e57df6f commit 39dc1ba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
IntelHex 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+
518
2.2.1 (2018-01-30)
619
------------------
720
* Fixes for PyPI.

0 commit comments

Comments
 (0)