aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDerek Passen <dpassen1@gmail.com>2025-06-11 18:51:21 -0400
committerGitHub <noreply@github.com>2025-06-11 15:51:21 -0700
commitf3308f53d3fd15b808abc583fa4c50a197f0d1e9 (patch)
tree6525706cd6f6a179948f6562ac126ef2c445c923 /CHANGELOG.md
parent7eaaf3f45703d49e494f6dd0555633cf6b355817 (diff)
Add support for `hurlfmt` to format `hurl` files (#365)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c09323b..8a63b0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog].
### Bugs fixed
* A formatter that adds indentation while point is at the end of the
line would sometimes leave point at the wrong position ([#362]).
+### Formatters
+* [hurlfmt](https://hurl.dev)
+ for hurl files.
## 4.4.1 (released 2025-05-13)
### Enhancements