diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst new file mode 100644 index 0000000000000000000000000000000000000000..e2faf28b2053a3a6aa92916b85c5343e35f76dc6 --- /dev/null +++ b/docs/releasenotes.rst @@ -0,0 +1,16 @@ +Release notes +============= + +0.1 +--- + +Initial release of Django Pydenticon. Implemented features: + +* Serving of identicons through designated URL. +* User data for generating identicons passed via URL. +* Sane configuration defaults for identicon generator for zero-configuration. +* Ability to set parameters of generated identicons. +* Ability to override some of the identicon generation attributes per-request + via *GET* parameters. +* Full documentation covering installation, usage, privacy. API reference + included as well.