aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2020-07-16 08:22:54 -0600
committerRadon Rosborough <radon.neon@gmail.com>2020-07-16 08:26:51 -0600
commit6aff83d5acca936cf1103e0dbe59724c4e887560 (patch)
treef343f71e4f3e43ba63ebe44a7ed06da3c94cd1be /CHANGELOG.md
parent9cf703544d110aa5e24df1783775c2cb8606b03c (diff)
Release version 1.1.1v1.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 230416f..e56e028 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].
-## Unreleased
+## 1.1.1 (released 2020-07-16)
+### Formatters
+* New: [OCamlFormat](https://github.com/ocaml-ppx/ocamlformat) for
+ [Ocaml](https://ocaml.org/) ([#19]).
+
### Bugs fixed
* Previously, there were some race conditions related to switching the
current buffer. In particular, if you switched the current buffer
@@ -13,9 +17,13 @@ The format is based on [Keep a Changelog].
* Previously, enabling `undo-tree-auto-save-history` caused Apheleia
to mark the buffer as modified after formatting. This has been
fixed ([#10]).
+* Apheleia now tries harder to accidentally enter an infinite
+ formatting loop ([#12]).
[#8]: https://github.com/raxod502/apheleia/issues/8
[#10]: https://github.com/raxod502/apheleia/issues/10
+[#12]: https://github.com/raxod502/apheleia/pull/12
+[#19]: https://github.com/raxod502/apheleia/pull/19
## 1.1 (released 2020-04-02)
### Enhancements