Updating release notes

This commit is contained in:
Mike Farah 2024-05-12 12:27:06 +10:00
parent 0c15cf35a7
commit 2daa39e306

View File

@ -1,3 +1,12 @@
4.44.1:
- Added min/max operators (#1992) Thanks @mbenson
- Added pivot oeprator (#1993) Thanks @mbenson
- Fix: shell-completion (#2006) Thanks @codekow
- Handle escaped backslashes (#1997) Thanks @mbenson
- Fix npe when given filename ending with "." (#1994)
- Fix: linux (w/ selinux) build (#2004) Thanks @codekow
- Bumped dependencies
4.43.1:
- Added omit operator #1989 thanks @mbenson!
- Added tostring #72