Skip to content

Commit 2ee4f7b

Browse files
committed
Updated news
1 parent 3812ce2 commit 2ee4f7b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

News.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ NEWS
55

66
- API changes: ``IntelHex.write_hex_file`` method: added support for new
77
parameter: ``eolstyle = native | CRLF``. (Alexander Belchenko)
8+
- API changes: ``IntelHex.write_hex_file()`` method gets new optional
9+
parameter ``byte_count`` to specify how many bytes should be written
10+
to each data record in output file. Default value is 16.
11+
(patch from GitHub user erki1993)
812
- Unit tests: Fixed xrange overflow test for Python 2.7 on 64-bit platforms.
913
Use sys.maxint to ensure we trigger an exception. (Masayuki Takeda)
1014
- Script ``hexinfo.py``: Python 3 compatibility for processing start address
1115
dict keys. (patch from GitHub user mentaal)
1216
- Added get_memory_size() method: approx memory footprint of IntelHex object
1317
plus data. (Alexander Belchenko)
14-
- API changes: ``IntelHex.write_hex_file()`` method gets new optional
15-
parameter ``byte_count`` to specify how many bytes should be written
16-
to each data record in output file. Default value is 16.
17-
(patch from GitHub user erki1993)
18+
- Better compatibility with Python 3. (Alexander Belchenko)
1819

1920
* 2016/03/31 v.2.1
2021

Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ without external libraries or 2to3 tool from the same codebase.
4141
Download
4242
--------
4343
* https://pypi.python.org/pypi/IntelHex
44-
* https://github.com/bialix/intelhex
44+
* https://github.com/bialix/intelhex/releases
4545

4646
Install
4747
-------

0 commit comments

Comments
 (0)