We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834a08c commit 4d2f6d4Copy full SHA for 4d2f6d4
APLSource/Latest/History.apla
@@ -1,6 +1,8 @@
1
(
2
- '* 7.5.2 from 2025-12-30'
3
- ' * ]Latest would crash if a list of anmespaces contained somehting like (System) or ⎕EM'
+ '* 7.5.2 from 2025-12-31'
+ ' * ]Latest would crash if a list of anmespaces contained something like (System) or ⎕EM'
4
+ ' * Help did not mention that unnamed namespaces are ignored'
5
+ ' * Packages updated (development only)'
6
'* 7.5.1 from 2025-08-27'
7
' * Result was mutilated for acre projects'
8
'* 7.5.0 from 2025-08-24'
apl-package.json
@@ -20,5 +20,5 @@
20
source: "APLSource/Latest",
21
tags: "list-apl-objects",
22
userCommandScript: "APLSource/Latest_uc.dyalog",
23
- version: "7.5.2+224",
+ version: "7.5.2+225",
24
}
0 commit comments