Skip to content

Commit f60b6e6

Browse files
committed
CHANGELOG
1 parent 78c9482 commit f60b6e6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Scripting improvements
4040
- ``functions`` and ``type`` now show where a function was copied and where it originally was instead of saying ``Defined interactively``.
4141
- Stack trace now shows line numbers for copied functions.
4242
- New option ``commandline --tokens-raw`` prints a list of tokens without any unescaping (:issue:`10212`).
43+
- An integer overflow in ``string repeat`` leading to a near-infinite loop has been fixed (:issue:`9899`).
44+
- ``string shorten`` behaves better in the presence of non-printable characters, including fixing an integer overflow that shortened strings more than intended. (:issue:`9854`)
45+
- ``string pad`` no longer allows non-printable characters as padding. (:issue:`9854`)
46+
- ``string repeat`` now allows omission of ``-n`` when the first argument is an integer. (:issue:`10282`)
4347

4448
Interactive improvements
4549
------------------------
@@ -68,10 +72,7 @@ Improved terminal support
6872

6973
Other improvements
7074
------------------
71-
- An integer overflow in ``string repeat`` leading to a near-infinite loop has been fixed (:issue:`9899`).
72-
- ``string shorten`` behaves better in the presence of non-printable characters, including fixing an integer overflow that shortened strings more than intended. (:issue:`9854`)
73-
- ``string pad`` no longer allows non-printable characters as padding. (:issue:`9854`)
74-
- ``string repeat`` now allows omission of ``-n`` when the first argument is an integer. (:issue:`10282`)
75+
- ``fish_indent`` will now collapse multiple successive empty lines into one (:issue:`10325`).
7576

7677
.. _rust-packaging:
7778

0 commit comments

Comments
 (0)