Add release notes for 0.26 (#529)

This adds release notes for 0.26.

Also:

* Adjust IJ settings to ignore certain http: strings
* Add note about http introduced in 0.26 in message passing api

Co-authored-by: Philip K.F. Hölzenspies <holzensp@gmail.com>
This commit is contained in:
Daniel Chao
2024-06-17 08:03:41 -07:00
committed by GitHub
parent bcee291fdc
commit 00c2e00bb9
5 changed files with 506 additions and 30 deletions

View File

@@ -122,6 +122,8 @@ outputFormat: String?
project: Project?
/// Configuration of outgoing HTTP(s) requests.
///
/// Added in Pkl 0.26.0.
http: Http?
class ClientResourceReader {