Hi Christian, On Tue, Dec 19, 2023 at 11:15 AM Christian Brabandt <cbli...@256bit.org> wrote:
> runtime(doc): Create Changelog until v9.0.2175 (#13728) > > Commit: > https://github.com/vim/vim/commit/5872bcb6e8dfc15d7a5c0aaaf94d8029f3a1fa3f > Author: Christian Brabandt <c...@256bit.org> > Date: Tue Dec 19 20:10:43 2023 +0100 > > runtime(doc): Create Changelog until v9.0.2175 ( > https://github.com/vim/vim/issues/13728) > > Patch list created using: > ``` > git log --grep='^patch' --reverse --pretty='format:%D%gs%n%b' > "v9.0.0000~1"..master |sed -e '/^Signed-off-by:.*/d' -e > '/^\(closes\|fixes\)/d' -e 's/^tag: v/Patch /' > ``` > > and then post-processed using vim. > > Signed-off-by: Christian Brabandt <c...@256bit.org> > > diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt > index 09d6b3b7e..ea3fc611c 100644 > --- a/runtime/doc/version9.txt > +++ b/runtime/doc/version9.txt > @@ -1,4 +1,4 @@ > -*version9.txt* For Vim version 9.0. Last change: 2023 Aug 09 > +*version9.txt* For Vim version 9.0. Last change: 2023 Dec 19 > > > +Problem: The options[] array is still not sorted alphabetically > + (after: v9.0.2154), causing test failures > +Solution: Sort the remaining items > + > +Patch 9.0.2172 > +Problem: Vim9: compiling :defer may fail > +Solution: compile defer, when ctx_skip is not SKIP_YES > + > +Patch 9.0.2173 > +Problem: Vim9: Vim crashes when compiling a for statement with a > + non-existing type > +Solution: Error out when lhs_type is not null > + > +Patch 9.0.2174 > +Problem: Vim9: segfault when assigning to type > +Solution: do not clear typeval, add missing patch number > + > > The patch information for the previous releases included the author name and the name of the person who reported the problem. The 9.0.x patches don't have the author name. Going forward, can we include the author name in the commit solution text, so that it is easy to get this information? Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mYt4fOQv9S8n7jXTgBn%3DhSpTG4%2BLOqENh0W_crvTsOBA%40mail.gmail.com.