aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--apheleia.el2
2 files changed, 10 insertions, 2 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
diff --git a/apheleia.el b/apheleia.el
index 8bc8531..c616234 100644
--- a/apheleia.el
+++ b/apheleia.el
@@ -8,7 +8,7 @@
;; Keywords: tools
;; Package-Requires: ((emacs "25.2"))
;; SPDX-License-Identifier: MIT
-;; Version: 1.1
+;; Version: 1.1.1
;;; Commentary: