From: Decebal Suiu Date: Fri, 24 May 2019 19:56:15 +0000 (+0300) Subject: Fix typo X-Git-Tag: release-3.0.0~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2F2.x;p=pf4j.git Fix typo --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1f9e6..d6997a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,7 +155,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [#133]: Support for adding license information to the plugins - [#136]: Delete plugin zip on uninstall - [#139]: Ability to get `pluginsRoot` from PluginManager -- Add constructors with varargs in PippoException +- Add constructors with varargs in PluginException #### Removed