Skip to content

Commit 229c1c5

Browse files
Clean up change log.
1 parent 55dbd28 commit 229c1c5

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

docs/CHANGELOG.html

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## 0.11.1
2525

26-
### Patches
26+
### Patch-level changes
2727

2828
Add a PowerShell-based automated test suite and run it in CI.
2929

@@ -109,19 +109,19 @@
109109

110110
## 0.11.0
111111

112-
### Major changes
112+
### Major-level changes
113113

114114
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.
115115

116116
Refine extension namespace exposure so module-qualified operators require a dedicated module-restriction flag rather than relying on `PREFIX_EXTENSION_ASMODULE` alone.
117117

118-
### Minor changes
118+
### Minor-level changes
119119

120120
Add the `APPEND` built-in for appending a single element to a one-dimensional tensor.
121121

122122
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.
123123

124-
### Patches
124+
### Patch-level changes
125125

126126
Update the bundled networking, win32, gui, and image extensions to use the new module-restriction semantics.
127127

@@ -133,19 +133,19 @@
133133

134134
## 0.10.0
135135

136-
### Major changes
136+
### Major-level changes
137137

138138
Add the first-class `BOOL` type with the `TRUE` and `FALSE` literals, and change the language's Boolean model to use `BOOL` rather than integer sentinel values.
139139

140140
Change built-in and standard-library APIs that previously returned `INT` sentinel values to return `BOOL` instead, including logical, comparison, type-checking, import, filesystem, console, freeze, and deletion operators, along with helpers such as `prime.IS_PRIME`, `prime.IS_MERSENNE_PRIME`, and `image.SHOW`.
141141

142-
### Minor changes
142+
### Minor-level changes
143143

144144
Bind `SELF` when calling `FUNC` values stored in `MAP` objects, preserving aliasing when the map is accessed through a pointer.
145145

146146
Update pointer semantics so transformed built-in results write back through pointer operands, and pointer arguments to user-defined functions bind as aliases.
147147

148-
### Patches
148+
### Patch-level changes
149149

150150
Allow `BOOL` values in conversions, truthiness, tensor elements, serialization, deserialization, printing, and default `FUNC` returns.
151151

@@ -157,33 +157,33 @@
157157

158158
## 0.9.0
159159

160-
### Major changes
160+
### Major-level changes
161161

162162
Update search paths.
163163

164164
Replace `.prex` files with the `EXTEND` operator.
165165

166-
### Minor changes
166+
### Minor-level changes
167167

168168
N/A
169169

170-
### Patches
170+
### Patch-level changes
171171

172172
Serialize index assignment.
173173

174174
---
175175

176176
## 0.8.0
177177

178-
### Major changes
178+
### Major-level changes
179179

180180
N/A
181181

182-
### Minor changes
182+
### Minor-level changes
183183

184184
Remove spaces between args in `PRINT`.
185185

186-
### Patches
186+
### Patch-level changes
187187

188188
Fix `CATCH` specification in [section 3.4 of the specification](https://python-processing-unit.github.io/Prefix/SPECIFICATION.html#34-exception-handling).
189189

@@ -241,15 +241,15 @@
241241

242242
## 0.7.2
243243

244-
### Patches
244+
### Patch-level changes
245245

246246
Rewrite the documentation.
247247

248248
---
249249

250250
## 0.7.1
251251

252-
### Patches
252+
### Patch-level changes
253253

254254
Allow symbol creation via `ASSIGN`.
255255

@@ -263,61 +263,61 @@
263263

264264
## 0.7.0
265265

266-
### Major features
266+
### Major-level changes
267267

268268
N/A
269269

270-
### Minor features
270+
### Minor-level changes
271271

272272
Add coerced type arguments.
273273

274274
Add operator `WARN`.
275275

276-
### Patches
276+
### Patch-level changes
277277

278278
N/A
279279

280280
---
281281

282282
## 0.6.0
283283

284-
### Major features
284+
### Major-level changes
285285

286286
Convert `INT` and `FLT` from binary types to support multiple bases.
287287

288-
### Minor features
288+
### Minor-level changes
289289

290290
Add operator `CONVERT`.
291291

292292
Add operator `BASE`.
293293

294-
### Patches
294+
### Patch-level changes
295295

296296
N/A
297297

298298
---
299299

300300
## 0.5.0
301301

302-
### Major features
302+
### Major-level changes
303303

304304
N/A
305305

306-
### Minor features
306+
### Minor-level changes
307307

308308
Expand search paths to include `stdlib/` and `stdext/`.
309309

310310
Add `SELF`.
311311

312-
### Patches
312+
### Patch-level changes
313313

314314
Convert `MAP` to use a hash table for performance.
315315

316316
---
317317

318318
## 0.4.1
319319

320-
### Patches
320+
### Patch-level changes
321321

322322
Fix contradiction in specification regarding `FOR`.
323323

@@ -329,51 +329,51 @@
329329

330330
## 0.4.0
331331

332-
### Major features
332+
### Major-level changes
333333

334334
N/A
335335

336-
### Minor features
336+
### Minor-level changes
337337

338338
Add `NEQ` operator.
339339

340340
Add `-private` mode.
341341

342-
### Patches
342+
### Patch-level changes
343343

344344
N/A
345345

346346
---
347347

348348
## 0.3.0
349349

350-
### Major features
350+
### Major-level changes
351351

352352
Make `TNS` and `MAP` atomic.
353353

354-
### Minor features
354+
### Minor-level changes
355355

356356
N/A
357357

358-
### Patches
358+
### Patch-level changes
359359

360360
Fix `FUNC` handling in `SIGNATURE`.
361361

362362
---
363363

364364
## 0.2.0
365365

366-
### Major features
366+
### Major-level changes
367367

368368
N/A
369369

370-
### Minor features
370+
### Minor-level changes
371371

372372
Add `FLT` infinities.
373373

374374
Add `FLT` NaN.
375375

376-
### Patches
376+
### Patch-level changes
377377

378378
N/A
379379

0 commit comments

Comments
 (0)