Skip to content

Commit

Permalink
CHANGELOG: releasing v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk committed Dec 9, 2023
1 parent e2bc078 commit c2ed6b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v3.3.0] – 2023-12-xx

- Elixir: fixed expressions in struct headers, e.g.: `%^module{}`.
- HEEx: fixed matching dynamic attributes, e.g.: `<div {@dynamic_attrs} />`.
- Commands: `mix test` and `mix format` error locations can be double-clicked and jumped to.
- Commands: read `mix` output unbuffered for immediate display in the output panel.
- Commands: run `mix test` with selected lines if no standard `test` blocks were found.
- Commands: prevent executing `mix test` again if it's already running.

## [v3.2.3] – 2023-08-13

- EEx, HEEx: use `<%!-- ... --%>` when toggling comments.
Expand Down

0 comments on commit c2ed6b6

Please sign in to comment.