diff options
author | Michael Davis | 2023-03-31 06:21:05 +0000 |
---|---|---|
committer | GitHub | 2023-03-31 06:21:05 +0000 |
commit | ec55b4d5afcfc827a933697baaf19f44984cc72b (patch) | |
tree | 053ca4c2f662e395285e8eb0df264e1d917a7fca /contrib | |
parent | 9fe3adcff9866ef18953a067fbc0b84e7eb968b5 (diff) |
Add changelog notes for the 23.03 release (#6455)
* changelog: Checkpoint 2023-01-10
commit: 927fa112ec049e5f40309ffdd57c314897e18bbc
* changelog: Checkpoint 2023-02-05
commit: 9c98043c1cd6a8b92f35214007a90bb0f287beda
* changelog: Checkpoint 2023-03-17
commit: bd473928ae049dfe956f8966bfde19859c148e81
* changelog: Checkpoint 2023-03-27
commit: 5323020c3f02b178f2b6807f13d89bf7f40d3cce
* Set a tentative release date for 2023-03-31
* Update CHANGELOG.md
* Mention virtual text PR in inlayed type hints feature links
* Fix description for 5097
* Rebalance features, usability improvements and fixes
* Reorganize some out-of-place changes to the proper sections
* Eliminate the LSP configurations section
This has a lot of overlap with the 'new languages' section with newly
supported LSP configurations. Smaller changes to LSP configurations
are not so common so I folded those into the 'updated languages and
queries' section.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Helix.appdata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/Helix.appdata.xml b/contrib/Helix.appdata.xml index a2428497..b99738a1 100644 --- a/contrib/Helix.appdata.xml +++ b/contrib/Helix.appdata.xml @@ -36,6 +36,9 @@ <content_rating type="oars-1.1" /> <releases> + <release version="23.03" date="2023-03-31"> + <url>https://helix-editor.com/news/release-23-03-highlights/</url> + </release> <release version="22.12" date="2022-12-6"> <url>https://helix-editor.com/news/release-22-12-highlights/</url> </release> |