From 9b3104f90d67c233f8f9c212ef31750d0ccd6bf9 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 24 Aug 2022 17:53:45 -0700 Subject: [PATCH] Update changelog --- CHANGELOG | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b4f5cb10..b307cca0 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