From a6b97be2bc100978dd7244465b8dd482da040e35 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 16 Jun 2021 10:02:50 -0300 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b970f99..e9b78de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.9.17] +## [0.9.17] 2021-06-16 ### Improvements -- general: replacing subprocess commands to detected installed CLIs by Python faster native calls (**shutil.which**) +- general: replacing subprocess commands to detected installed CLIs by Python faster calls (**shutil.which**) ### Fixes - Arch - - skipping the package version epoch when checking the updates requirements + - skipping the package version epoch when checking the updates requirements + ## [0.9.16] 2021-04-06 ### Fixes - Arch