Skip to content

Commit 58f9cbc

Browse files
committed
docs: improving changelog message
1 parent 618c0b9 commit 58f9cbc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- WebUI workspace view now works properly for filenames with spaces (#423)
1717
- Fixed error popups in interop editors in Studio on 2024.1 (#417)
1818
- Reintroduced amend (#425)
19-
- IRIS sync output is no longer lost (#426)
19+
- Git operations that import items into IRIS now report output from compilation (#426)
2020

2121
## [2.4.0] - 2024-07-08
2222

cls/SourceControl/Git/WebUIDriver.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Class SourceControl.Git.WebUIDriver
33

44
ClassMethod HandleRequest(pagePath As %String, InternalName As %String = "", Output handled As %Boolean = 0, Output %data As %Stream.Object)
55
{
6-
// Make sure we capture any stray output
76
set context = ##class(SourceControl.Git.PackageManagerContext).ForInternalName(InternalName)
87
kill %data
98
#dim %response as %CSP.Response

0 commit comments

Comments
 (0)