From: Alessandro Pio Ardizio Date: Thu, 21 May 2020 07:54:22 +0000 (+0200) Subject: Update CHANGELOG.md X-Git-Tag: 1.1.0~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0312f71a31a452fe221813f822085808cda44c09;p=poolifier.git Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ffd375..1ffa8082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,18 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0] - 2020-21-05 + +### Added + +- ThreadWorker support async functions as option +- Various external library patches + + ## [1.0.0] - 2020-24-01 ### Added - FixedThreadPool implementation - DynamicThreadPool implementation -- WorkerThread implementation to improve developer experience \ No newline at end of file +- WorkerThread implementation to improve developer experience