diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2020-07-16 08:22:54 -0600 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2020-07-16 08:26:51 -0600 |
| commit | 6aff83d5acca936cf1103e0dbe59724c4e887560 (patch) | |
| tree | f343f71e4f3e43ba63ebe44a7ed06da3c94cd1be | |
| parent | 9cf703544d110aa5e24df1783775c2cb8606b03c (diff) | |
Release version 1.1.1v1.1.1
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | apheleia.el | 2 |
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: |
