notes prepping for 12.0

This commit is contained in:
Adam D. Ruppe 2025-05-20 10:13:29 -04:00
parent 2e8da200f9
commit 5ed3b9957b
1 changed files with 10 additions and 1 deletions

View File

@ -26,7 +26,10 @@ Please note that I DO consider changes to build process to be a breaking change,
Future release, likely May 2026 or later.
Nothing is planned for it at this time.
Planned changes:
* Make arsd.http2 use arsd.core event loop by default (currently you still opt in with -version=use_arsd_core)
* Make arsd.cgi integrate with the arsd.core event loop
## 12.0
@ -44,6 +47,12 @@ arsd.pixmappresenter, arsd.pixmappaint and arsd.pixmaprecorder were added.
arsd.ini was added.
arsd.zip, arsd.xlsx, arsd.rtf, arsd.pptx, arsd.docx, all added.
arsd.script's language now requires () around the if and while conditions. Its parser is still so bad, but this let me fix some other bugs without making it even worse.
arsd.simpledisplay now uses the arsd.core event loop by default.
## 11.0
Released: Planned for May 2023, actually out August 2023.