You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@
324
324
* restructured the values in `_consts_.py`
325
325
* added the default text color to the `_consts_.py` so it's easier to change it (*and used it in the library*)
326
326
* 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)** 🫡:
328
328
- changed the indent to 4 spaces
329
329
- no more inline control statements (*except it's only a tiny statement and body*)
330
330
* added new methods to `Color`:<br>
@@ -487,7 +487,7 @@
487
487
<spanid="v1-1-3" />
488
488
489
489
## 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`
0 commit comments