Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 955fa6c

Browse files
committed
Update Changelog
1 parent 45b171f commit 955fa6c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ v0.8.0
77
Highlights
88
~~~~~~~~~~
99

10+
* **Breaking change**: Rename main package from ``ui`` to ``cli_ui``. This name is less likely to
11+
cause clash with existing code.
12+
13+
14+
* **Breaking change** Instead of hard-coding ANSI sequences names and values, use `colorama` instead.
15+
All existing names have been kept, but some of the values changed slighlty.
16+
17+
18+
1019
* ``ask_`` functions now take a variable number of tokens as first argument.
1120
This allows to color the prompt when requiring input from the user, for instance::
1221

0 commit comments

Comments
 (0)