Update CHANGES.rst

pull/483/head^2
Pronoy Mandal 2022-10-31 00:34:28 +05:30 zatwierdzone przez GitHub
rodzic 18499073c1
commit 6842e43505
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -1,10 +1,26 @@
Changelog
=========
5.0.3 (unreleased)
------------------
Update parser.py:
- All ``format`` strings converted to python3.6+ compliant ``f-strings``.
- Optimised rudimentary returns with equivalent boolean statements.
- Converted ``for i in range()`` construct with an equivalent ``enumerate`` in ``q_split`` function.
Breaking changes:
- ...
New features:
- ...
Bug fixes:
- ...
5.0.2 (unreleased)
------------------