diff --git a/CHANGELOG b/CHANGELOG index 61f7349..92c0ae3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,13 @@ # -*- mode: org -*- -* v3.3.0 UNRELEASED +* v3.3.0 2022/01/01 - When setting ~borg-top-level-directory~ do not assume we are inside a Git repository, which makes it possible to use Borg to build a static configuration to be deployed outside the repository used to build it. #110 -- Fixed path to ~etc/borg/config.mk~. +- Fixed path to ~etc/borg/config.mk~, which is now also loaded when + building not-interactively. - Added new variable ~borg-compile-function~, which can be set to ~native-compile~ to enable upfront native compilation. This should @@ -24,6 +25,10 @@ - The ~variable~ argument of ~borg-get~ can now be a symbol. +- If a variable has multiple values ~borg-get~ failed to return the + last value when using the cache, as it already did when not using + the cache. + * v3.2.0 2021/05/30 - Taught ~borg-load-path~ to use the ~elisp/~ directory automatically diff --git a/docs/borg.texi b/docs/borg.texi index 8aa2b43..5fdb491 100644 --- a/docs/borg.texi +++ b/docs/borg.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Borg User Manual -@subtitle for version v3.2.0-28-gdd38c65+1 +@subtitle for version v3.3.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a bare-bones package manager for Emacs packages. @noindent -This manual is for Borg version v3.2.0-28-gdd38c65+1. +This manual is for Borg version v3.3.0. @quotation Copyright (C) 2016-2022 Jonas Bernoulli