We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297535b commit 216eeebCopy full SHA for 216eeeb
doc/port-upgrades.md
@@ -6,6 +6,22 @@ This document runs parallel to changes mentioned in the [changelog](../CHANGELOG
6
7
## Unreleased
8
9
+## 22.3
10
+
11
+### Extensions
12
13
+**New extensions in this release**:
14
15
+ - **programmable-pattern-matching**: experimental extension that adds hook to extend how the Shen compiler handles pattern matching clauses.
16
17
+### Benchmark suite
18
19
+A basic benchmark suite for primitive operations has been added. Porters may use this to find operations that are inefficient in their port.
20
21
+## 22.2
22
23
+Bugfix release.
24
25
## 22.1
26
27
### Extensions
0 commit comments