From e8aefd8388ef3b8cc494bfcf6aa0a8b223a792ab Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 31 Jan 2017 04:23:26 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c16632..d5a23a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,13 +2,14 @@ Changelog ********* -2017-01-29 - Version 3.0a - "Grey Area" +2017-01-31 - Version 3.0a - "Grey Area" --------------------------------------- This release is the first alpha release of the new version 3.0. Please be aware that the API will still change until v3.0 is released. changes ^^^^^^^ +- change the project's license to MIT in accordance with the contributors (see python-escpos/python-escpos#171) - feature: add "capabilities" which are shared with escpos-php, capabilities are stored in `escpos-printer-db `_ - feature: the driver tries now to guess the appropriate codepage and sets it automatically (called "magic encode") @@ -18,6 +19,7 @@ changes - changed interface of method `blocktext`, changed behavior of multiple methods, for details refer to the documentation on `python-escpos.readthedocs.io `_ - add support for custom cash drawer sequence +- enforce flake8 on the src-files, test py36 and py37 on travis contributors ^^^^^^^^^^^^