Preparing release

This commit is contained in:
Mike Farah 2024-06-16 11:13:25 +10:00
parent 68aafb6a53
commit b8aec71e66
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
4.44.2:
- Handle numbers with underscores #2039
- Unique now works on maps and arrays #2068
- Added support for short hand splat with env[] expression #2071,
as well as many other operators (split,select,eval,pick..)
- Bumped dependencies
4.44.1:
- Added min/max operators (#1992) Thanks @mbenson
- Added pivot oeprator (#1993) Thanks @mbenson