Fixed #428 -- added a changelog

This commit is contained in:
Alex Gaynor 2014-01-08 09:21:57 -08:00
parent 4fb8dc8af3
commit 3f23040fca
4 changed files with 13 additions and 0 deletions

9
docs/changelog.rst Normal file
View file

@ -0,0 +1,9 @@
Changelog
=========
0.1
~~~
**Released on XXX**
* Initial released.

View file

@ -29,6 +29,8 @@ devastating, ``cryptography`` has a strict code review policy:
backwards incompatible release of a dependency) no pull requests may be
merged until this is rectified.
* All merged patches must have 100% test coverage.
* New features and significant bug fixes should be documented in the
:doc:`/changelog`.
The purpose of these policies is to minimize the chances we merge a change
which jeopardizes our users' security.

View file

@ -10,6 +10,7 @@ The first step in doing a release is bumping the version number in the
software.
* Update the version number in ``cryptography/__about__.py``.
* Set the release date in the :doc:`/changelog`.
* Do a commit indicating this.
* Send a pull request with this.
* Wait for it to be merged.

View file

@ -80,4 +80,5 @@ The ``cryptography`` open source project
security
api-stability
doing-a-release
changelog
community