summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-08-24 17:53:45 -0700
committerMalo Bourgon <mbourgon@gmail.com>2022-09-01 10:50:23 -0700
commit9b3104f90d67c233f8f9c212ef31750d0ccd6bf9 (patch)
treeb0f598cdb88fd25bfedfe436b375dd2e0070db95
parent2ddebb3189ccd54c7741f6feaaa9d131685a62c5 (diff)
Update changelog
-rw-r--r--CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b4f5cb1..b307cca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+2022-08-24
+- Major changes to `homebrew` module
+ `homebrew.cleanup` was renamed to `homebrew.onActivation.cleanup`.
+
+ `homebrew.autoUpdate` was renamed to `homebrew.onActivation.autoUpdate`.
+
+ `homebrew.onActivation.upgrade` was added, and the default behavior of the
+ module was changed to not upgrade installed formulae and apps.
+
+ `homebrew.global.autoUpdate` was added.
+
+ `homebrew.global.noLock` was replaced with `hombrew.global.lockfiles`.
+
+ `homebrew.caskArgs` submodule was added for configuring arguments to be used
+ for all casks.
+
+ `homebrew.{taps,brews,casks}` were reimplemented as lists of submodules,
+ instead of lists of strings, with well documented options for all available
+ arguments for these Brewfile entry types, while preserving backwards
+ compatibility with the previous implementation.
+
2022-08-14
- nix module updated to bring it back in sync with it's NixOS counterpart
It should now be much more fiesable to share code for this module between