|
86 | 86 |
|
87 | 87 | --- |
88 | 88 |
|
| 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 | + |
89 | 155 | ## 0.7.2 |
90 | 156 |
|
91 | 157 | ### Major features |
|
0 commit comments