Skip to content

Commit 4e34812

Browse files
Update change log for 0.8.0.
1 parent 833aba9 commit 4e34812

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

docs/CHANGELOG.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,72 @@
8686

8787
---
8888

89+
## 0.8.0
90+
91+
### Major changes
92+
93+
N/A
94+
95+
### Minor changes
96+
97+
Remove spaces between args in `PRINT`.
98+
99+
### Patches
100+
101+
Fix `CATCH` specification in [section 3.4 of the specification](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#34-exception-handling).
102+
103+
Update [specification section 3.3](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#33-conditionals-and-conditions) to specify that conditions accept all types.
104+
105+
Add horizontal rules to [the specification section 9](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#9-built-ins).
106+
107+
Complete `GOTO` implementation.
108+
109+
Ban implicit `MAP` returns from `FUNC`.
110+
111+
Ban non-ASCII chars from source code.
112+
113+
Ban `SYMBOL` pseudo-type from `CATCH`.
114+
115+
Ban newline between `IF` and `ELSEIF`|`ELSE`.
116+
117+
Ban newline between `TRY` and `CATCH`.
118+
119+
Correct argument parsing.
120+
121+
Do not run `ASYNC` in `STOP` or `PAUSE`.
122+
123+
Fix `SHUSH` specification.
124+
125+
Make `FOR` counter loop-local.
126+
127+
Ban `RETURN` from outside `FUNC`.
128+
129+
Fix [specification 9.2.3](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#923-conditional-statements).
130+
131+
Fix `MAP`'s Boolean representation.
132+
133+
Ban invalid `^`.
134+
135+
Ban incorrect bracket kinds.
136+
137+
Fix [specification section 4.4.1](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#441-tensor-literals).
138+
139+
Restrict `GOTOPOINT` to `STR` and positive `INT`.
140+
141+
Require parentheses for `CONTINUE`.
142+
143+
Remove spaces from `WARN`.
144+
145+
Fix [specification 9.1.12](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#9112-console-and-process-operators).
146+
147+
Enforce `STOP`.
148+
149+
Fix `READFILE` and `WRITEFILE`.
150+
151+
Fix `PARFOR` loop control.
152+
153+
---
154+
89155
## 0.7.2
90156

91157
### Major features

0 commit comments

Comments
 (0)