We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c8e26 commit bcee3dbCopy full SHA for bcee3db
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Changelog
2
3
+## [v3.2.2] – 2023-06-28
4
+
5
+- Elixir: fixed module function call regression in captures (`&Map.take(&1, @fields)`).
6
+- Elixir: recognize special macro `defmacro (..) do end`.
7
+- Commands: added `mix_test_hide_panel` command.
8
9
## [v3.2.1] – 2023-06-24
10
-- Elixir: fixed quoted module name function calls such as `:"Elixir.Kernel".in(1, [1])`
-- SQL: recognize `CREATE TYPE`
11
+- Elixir: fixed quoted module name function calls such as `:"Elixir.Kernel".in(1, [1])`.
12
+- SQL: recognize `CREATE TYPE`.
13
14
## [v3.2.0] – 2023-05-02
15
0 commit comments