Skip to content

Commit

Permalink
chore: update release notes (#2058)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Oct 1, 2024
1 parent 7c5e0c6 commit fb9f55f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
16 changes: 12 additions & 4 deletions .release-notes/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,25 @@ Release notes for `TODO`.
<!--
## ‼️ Breaking changes ‼️
## 💫 New features 💫
## ✨ UI changes ✨
## ⭐ Examples ⭐
## ⛵ Tutorials ⛵
## 🎸 Misc 🎸
-->

## 💫 New features 💫

- Added CEL support everywhere (bindings, assertion trees, projection trees, outputs...)
- Added test sharding support

## 🔧 Fixes 🔧

- Fixed exit code when failing in root test run
- Fixed `--no-cluster` flag not working

## 📚 Docs 📚

## 🎸 Misc 🎸
-->
- Added most JMESPath functions docs and examples
1 change: 0 additions & 1 deletion website/docs/reference/jp/examples/contains.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ contains('foobar', 'not') == `false`

### With arrays


```
contains(['foo', 'bar'], 'bar') == `true`
```
Expand Down
1 change: 0 additions & 1 deletion website/jp/examples/contains.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ contains('foobar', 'not') == `false`

### With arrays


```
contains(['foo', 'bar'], 'bar') == `true`
```
Expand Down

0 comments on commit fb9f55f

Please sign in to comment.