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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
### Unreleased
2
2
3
+
### v0.15.1: 29 June 2023
4
+
5
+
#### Improvements
6
+
7
+
- This is the first release supporting OTP 26. Unfortunately due to bugs in OTP only 26.0.2+ is supported. See [886](https://github.com/elixir-lsp/elixir-ls/issues/886) and [923](https://github.com/elixir-lsp/elixir-ls/pull/923) for details
8
+
9
+
#### Fixes
10
+
11
+
- Fixed crash when handling `workspace/didChangeWatchedFiles` when `project_dir` not yet set
12
+
- ExUnit test tracer is now under build lock. This should fix crashes due tu race conditions
13
+
- Fixed completion of remote calls matching locals without parens (e.g. `Map.drop` when `drop` is local without parens from `ecto_sql`) [Milo Lee](https://github.com/oo6)
0 commit comments