You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
-
## [Unreleased]
7
+
## [2.5.0] - 2024-03-12
8
8
### Fixed
9
9
-[#67](https://github.com/ant-druha/intellij-powershell/issues/67): An attribute block before function's `param` could lead to incorrect indentation
10
10
-[#102](https://github.com/ant-druha/intellij-powershell/issues/102): Formatter breaking the code around unary operators such as `-Not` and equal signs in command-line arguments
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
16
16
17
17
### Changed
18
18
-[LSP4J](https://github.com/eclipse-lsp4j/lsp4j) library has been updated to v0.3.1
19
+
-[junixsocket](https://github.com/kohlschutter/junixsocket) has been updated to 2.9.0
19
20
20
21
## [2.4.0] - 2024-03-09
21
22
### Changed
@@ -240,4 +241,5 @@ Initial editor and code completion support:
0 commit comments