Skip to content

Commit d905da6

Browse files
committed
update 1.8.4
1 parent a4a1fc5 commit d905da6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
* restructured the values in `_consts_.py`
325325
* added the default text color to the `_consts_.py` so it's easier to change it (*and used it in the library*)
326326
* added a bunch of other default colors to the `_consts_.py` (*and used them in the library*)
327-
* refactored the whole library's code after the [`PEPs`](https://peps.python.org) and [`The Zen of Python`](https://peps.python.org/pep-0020/#the-zen-of-python) 🫡:
327+
* refactored the whole library's code after the **[PEPs](https://peps.python.org)** and **[The Zen of Python](https://peps.python.org/pep-0020/#the-zen-of-python)** 🫡:
328328
- changed the indent to 4 spaces
329329
- no more inline control statements (*except it's only a tiny statement and body*)
330330
* added new methods to `Color`:<br>
@@ -487,7 +487,7 @@
487487
<span id="v1-1-3" />
488488

489489
## 17.10.2024 `v1.1.3`
490-
* changed the default value of the param `compactness:int` in the method `Data.print()` to `1` instead of `0`
490+
* changed the default value of the param <code>compactness: *int*</code> in the method `Data.print()` to `1` instead of `0`
491491

492492
<span id="v-1-1-1" /><span id="v-1-1-2" />
493493

0 commit comments

Comments
 (0)