diff --git a/release-notes/v2.2.0.txt b/release-notes/v2.2.0.txt new file mode 100644 index 0000000..3ec8b73 --- /dev/null +++ b/release-notes/v2.2.0.txt @@ -0,0 +1,8 @@ +Features: +- Now we have PoolInvalidObjectException and PoolExhaustedException. + +Fixes: +- Disable the scavanger: https://github.com/DanielYWoo/fast-object-pool/pull/39 + +Others: +- Better SonarQube reports