From 9f37289022ae86cda54a1f9ce01c296caf545a91 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 16 Jun 2021 10:05:22 -0300 Subject: [PATCH] Fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b78de7..92d8c90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.9.17] 2021-06-16 ### Improvements -- general: replacing subprocess commands to detected installed CLIs by Python faster calls (**shutil.which**) +- general: replacing subprocess commands to detect installed CLIs by Python faster calls (**shutil.which**) ### Fixes - Arch