From 4be25792fd71d427bb6843926cc452f32d272986 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 20 Nov 2023 13:50:31 -0300 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdab482..89e2f5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - replaced the internet checking old host (`google.com`) by a more general one (`w3.org`) [#300](https://github.com/vinifmor/bauh/issues/300) - parallelized installed packages reading - parallelized search + - adding a new project definition/setup (`pyproject.toml`) file to comply with the latest standards - UI - the "Skip" button on the initialization panel is now enabled after 10 seconds [#310](https://github.com/vinifmor/bauh/issues/310)