From 9fabe9ed38fb1040e89b7f28fed9e3415935a73b Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 31 Aug 2020 15:04:39 -0300 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4003fad3..60ce0294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,12 +36,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- - upgrade: + - upgrade: - upgrading firstly the keyring packages declared in **SyncFirst** (**/etc/pacman.conf**) to avoid pacman downloading issues - only removing packages after downloading the required ones - - "Multi-threaded download (repositories)" is not the default behavior anymore (current pacman download approach is faster). If your settings has this property set as 'Yes', just change it to 'No'. - - preventing a possible error when the optional deps of a given package cannot be found - - AUR: + - "Multi-threaded download (repositories)" is not the default behavior anymore (current pacman download approach is faster). If your settings has this property set as 'Yes', just change it to 'No'. + - preventing a possible error when the optional deps of a given package cannot be found + - AUR: - caching the PKGBUILD file used for the package installation/upgrade/downgrade (**~/.cache/bauh/arch/installed/$pkgname/PKGBUILD**) - new settings property **aur_build_dir** -> it allows to define a custom build dir.