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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
* Changed the default `box_bg_color` in `Console.log_box_filled()` from `green` to `br:green`.
24
24
* Fixed a bug in all methods of `FormatCodes`, where as soon as you used more than a single modifier format code (*e.g.*`[ll]`*or*`[++]`), it was treated as invalid and ignored.
25
25
* Added a new method `FormatCodes.escape()` which will escape all valid formatting codes in a string.
26
+
* Again refactored the whole `CHANGELOG.md` to use actual sentences and add a `BREAKING CHANGES` section to more clearly highlight breaking changes.
26
27
27
28
**BREAKING CHANGES:**
28
29
* Removed the `*c` and `*color` formatting codes, since the user should just use `default` to achieve the exact same instead.
0 commit comments