diff -r d23e9854aea4 -r 18a7312cfdb3 docs/changelog --- a/docs/changelog Sun Jul 03 18:09:29 2022 +0200 +++ b/docs/changelog Sun Jul 24 11:29:56 2022 +0200 @@ -1,5 +1,35 @@ Change Log ---------- +Version 22.8: +- bug fixes +- API Generator + -- added capability to configure a start directory for the API generation + process +- Code Documentation Generator + -- added capability to configure a start directory for the documentation + generation process +- Code Formatting + -- added an interface to reformat Python source code with the 'Black' utility +- Eric Widgets + -- extended EricPathPicker to offer a pathlib.Path based interface + -- extended EricFileDialog to offer a pathlib.Path based interface + -- extended the EricFileDialog Wizard to create the pathlib.Path based methods +- MicroPython + -- updated the list of known CircuitPython boards + -- updated the list of known UF2 capable boards +- pip Interface + -- included a copy of pipdeptree and patched it to work with Python 3.11+ + -- added capability to repair dependency issues + -- added capability to generate text for a 'constraints.txt' file +- setup Wizard + -- added support for 'project_urls' + -- added support for 'entry_points' + -- added a variant to create a 'setup.cfg' file + -- added a variant to create a 'pyproject.toml' file +- Third Party packages + -- upgraded coverage to 6.4.2 + -- upgraded eradicate to 2.1.0 + Version 22.7: - bug fixes - Code Style Checker