Skip to content

Commit fb9f55f

Browse files
authored
chore: update release notes (#2058)
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent 7c5e0c6 commit fb9f55f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.release-notes/_template.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@ Release notes for `TODO`.
55
<!--
66
## ‼️ Breaking changes ‼️
77
8-
## 💫 New features 💫
9-
108
## ✨ UI changes ✨
119
1210
## ⭐ Examples ⭐
1311
1412
## ⛵ Tutorials ⛵
1513
14+
## 🎸 Misc 🎸
15+
-->
16+
17+
## 💫 New features 💫
18+
19+
- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...)
20+
- Added test sharding support
21+
1622
## 🔧 Fixes 🔧
1723

24+
- Fixed exit code when failing in root test run
25+
- Fixed `--no-cluster` flag not working
26+
1827
## 📚 Docs 📚
1928

20-
## 🎸 Misc 🎸
21-
-->
29+
- Added most JMESPath functions docs and examples

website/docs/reference/jp/examples/contains.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ contains('foobar', 'not') == `false`
2222

2323
### With arrays
2424

25-
2625
```
2726
contains(['foo', 'bar'], 'bar') == `true`
2827
```

website/jp/examples/contains.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ contains('foobar', 'not') == `false`
1010

1111
### With arrays
1212

13-
1413
```
1514
contains(['foo', 'bar'], 'bar') == `true`
1615
```

0 commit comments

Comments
 (0)