1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-14 20:18:06 +02:00

unposted: Fix a ChangeLog typo reported offlist.

This commit is contained in:
Daniel Shahaf 2025-05-17 02:32:38 +00:00
parent 8438d3e703
commit fceece6a8a

View file

@ -1,3 +1,7 @@
2025-05-17 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Fix a ChangeLog typo reported offlist.
2025-05-16 dana <dana@dana.is>
* 53626: Test/B13whence.ztst: make `whence -s` test use `grep -c`
@ -18,7 +22,7 @@
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Doc/Zsh/options.yo, Test/E01options.ztst: Remove
a spurious blank link, which affected the rendered output.
a spurious blank line, which affected the rendered output.
* users/30257: Test/E01options.ztst: Add a test for an ERR_RETURN
bug fixed in workers/51076. Thanks to James Widman.