diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index ffbe84fe94325fb2113af5c85a3c4f37f2929713..15b5b45498a54e0047695b535bf9e68beceeb012 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -1,6 +1,26 @@ Release Notes ============= +0.3 +--- + +Update introducing support for more output formats and ability to use +transparency for PNG identicons. + +New features: + +* `PYD-6: Add support for having transparent backgrounds in identicons + `_ + + Ability to use alpha-channel specification in PNG identicons to obtain + complete or partial transparency. Works for both background and foreground + colour. + +* `PYD-7: Ability to specify image format + `_ + + Ability to specify any output format supported by the Pillow library. + 0.2 ---