We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f4647 commit c2dfa1dCopy full SHA for c2dfa1d
CHANGELOG.md
@@ -1,11 +1,24 @@
1
# Changelog
2
3
-## v1.5.0 (29.01.2025)
+## v1.6.0 (29.01.2025)
4
5
### Enhancements
6
7
- Parse code with trailing commas and semicolons and just remove them when reprinting
8
9
+## v1.5.0 (03.09.2024)
10
+
11
+### Enhancements
12
13
+ - Support OTP 27 sigils https://www.erlang.org/blog/highlights-otp-27/#sigils
14
+ - Support OTP 27 triple-quoted strings https://www.erlang.org/blog/highlights-otp-27/#triple-quoted-strings
15
+ - Support new documentation attributes
16
17
+### Fixes
18
19
+ - Apply `exclude_files` to `files` absolute paths - mixing relative & absolute paths could lead to
20
+ unexpected behaviour before
21
22
## v1.4.0 (28.08.2024)
23
24
0 commit comments