mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Release version 3.0
This commit is contained in:
parent
cececba08f
commit
18ccacc5cf
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog].
|
||||
|
||||
## Unreleased
|
||||
## 3.0 (released 2022-06-01)
|
||||
### Breaking changes
|
||||
* The arguments of formatters defined as Elisp functions has changed.
|
||||
A formatter function should now be a `cl-defun` taking key-value
|
||||
|
@ -35,7 +35,7 @@ The format is based on [Keep a Changelog].
|
|||
[#97]: https://github.com/radian-software/apheleia/pull/97
|
||||
[#98]: https://github.com/radian-software/apheleia/pull/98
|
||||
|
||||
## 2.0
|
||||
## 2.0 (released 2022-04-10)
|
||||
### Breaking changes
|
||||
* The interface to `apheleia-format-buffer` has changed. You now pass
|
||||
in the symbol of a formatter from `apheleia-formatters` (or a list
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
;; Keywords: tools
|
||||
;; Package-Requires: ((emacs "26"))
|
||||
;; SPDX-License-Identifier: MIT
|
||||
;; Version: 2.0
|
||||
;; Version: 3.0
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue