Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 31, 2025
1 parent ebf8fce commit 9fc52a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.d/1188.breaking.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Removed deprecated `ellipsis` argument from the `truncate` function. Use `suffix` instead.

authors: pront
2 changes: 2 additions & 0 deletions changelog.d/1246.breaking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix `slice` type_def. This is a breaking change because it might change the fallibility of the `slice` function and this VRL scripts will
need to be updated accordingly.
2 changes: 1 addition & 1 deletion lib/tests/tests/internal/unknown_typedef_undefined.vrl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# result:
# { "integer": true, "undefined": true }
# { "undefined": true }

x = slice!([0], 0)
type_def(x[1])

0 comments on commit 9fc52a0

Please sign in to comment.