Skip to content

Commit c80be8f

Browse files
Update change log for 0.11.0
1 parent c8dd0e5 commit c80be8f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/CHANGELOG.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,30 @@
2121

2222
---
2323

24+
## 0.11.0
25+
26+
### Major changes
27+
28+
Build Prefix as a shared runtime DLL with a matching import library, and link both the interpreter executable and compiled extensions against that shared runtime.
29+
30+
Refine extension namespace exposure so module-qualified operators require a dedicated module-restriction flag rather than relying on `PREFIX_EXTENSION_ASMODULE` alone.
31+
32+
### Minor changes
33+
34+
Add the `APPEND` built-in for appending a single element to a one-dimensional tensor.
35+
36+
Allow unqualified resolution of module-restricted extension operators within modules that extended them, and preserve those extension namespaces when such modules are imported through an alias.
37+
38+
### Patches
39+
40+
Update the bundled networking, win32, gui, and image extensions to use the new module-restriction semantics.
41+
42+
Update image helpers so `SHOW` loads its Windows dependency explicitly and `INVERT` preserves the alpha channel.
43+
44+
Fix floating-point rendering so infinities stringify correctly.
45+
46+
---
47+
2448
## 0.10.0
2549

2650
### Major changes

0 commit comments

Comments
 (0)