Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 21, 2024
1 parent e8477c5 commit 4ba644f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- mode: org -*-
* v2.0.0 2024-03-21

At least Emacs 26.1 is required now.

- Fixed an issue that occured when the init file is being
compiled during Emacs startup. ~startup--load-user-init-file~ binds
~user-init-file~ to a special value to instruct ~byte-compile-file~ to
behave differently. We didn't account for that, resulting in some
other library that our advise loads (most likely ~compile.el~) to be
treated as the init file. #33

- When trying to remove an element from the mode-line, which happens
to come last in a list, we ended up replacing it with nil, instead
of completely removing it. 3899157
2 changes: 1 addition & 1 deletion auto-compile.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Homepage: https://github.com/emacscollective/auto-compile
;; Keywords: compile convenience lisp

;; Package-Version: 1.8.2
;; Package-Version: 2.0.0
;; Package-Requires: ((emacs "26.1"))

;; SPDX-License-Identifier: GPL-3.0-or-later
Expand Down

0 comments on commit 4ba644f

Please sign in to comment.