Skip to content

Commit f4f0df7

Browse files
authored
Update CHANGELOG.md
1 parent b19aab3 commit f4f0df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- 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`
7-
- Fix [#136](https://github.com/Snow-Shell/servicenow-powershell/issues/136) to account for PS v7.x Invoke-WebRequest headers all being arrays
7+
- Fix [#136](https://github.com/Snow-Shell/servicenow-powershell/issues/136) to account for PS v7.x Invoke-WebRequest response headers all being arrays
88

99
## 2.3.2
1010
- Added ability to pipe to `Add-ServiceNowAttachment` and `Get-ServiceNowAttachmentDetail`. For example, `New-ServiceNowIncident @params -PassThru | Add-ServiceNowAttachment -File MyFile.txt`. This will create an incident and add an attachment in one step.
@@ -54,4 +54,4 @@ Be able to reference types from this config per table, removing the need to have
5454
- Add Add-ServiceNowAttachment
5555
- Add Get-ServiceNowAttachment
5656
- Add Get-ServiceNowAttachmentDetail
57-
- Add Remove-ServiceNowAttachment
57+
- Add Remove-ServiceNowAttachment

0 commit comments

Comments
 (0)