Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft authored Mar 4, 2022
1 parent 8cd7eff commit 19187c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Documentation/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@ 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).

## [0.1.1] - 2022-03-04

### Added
- Added `IPool.ReleaseInstancesPeriodically()` extension method.
- Added `IPool.BindTo()` extension method.
- Added Timer APIs

### Changed
- Extracted `IPool` from `IPool<T>`.
- `IPool<T>.Clear()` make to non-generic.

## [0.1.0] - 2022-03-01
First release
First release

0 comments on commit 19187c1

Please sign in to comment.