Skip to content

Commit a1a58e4

Browse files
committed
changelog update
1 parent e3968f4 commit a1a58e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 2.4
22
- Add `New-ServiceNowConfigurationItem`, [#109](https://github.com/Snow-Shell/servicenow-powershell/issues/109)
3-
- Add grouping operators -and and -group as well as comparison operators -startwith and -endswith to keep with the -operator standard
4-
- Add tab ahead/completion for the Table field in `Get-ServiceNowRecord`. This will allow you to either cycle through the different tables the module is aware of as well as provide your own value.
3+
- Add grouping operators -and and -group as well as comparison operators -startwith and -endswith to `Get-ServiceNowRecord -Filter` to keep with the -operator standard
4+
- Add tab ahead/completion for the `-Table` property in `Get-ServiceNowRecord`. This will allow you to cycle through the different tables the module is aware of. The values are the 'common' names, not table names so it's easier to understand for beginners. You can also provide any other table name ad hoc.
55
- Add Change Task to formatter and tab ahead
66
- Fix null index error when executing `New-ServiceNowQuery` without providing a value for `-Sort`
77
- Fix [#136](https://github.com/Snow-Shell/servicenow-powershell/issues/136) to account for PS v7.x Invoke-WebRequest headers all being arrays

0 commit comments

Comments
 (0)