aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-stability.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 11:02:54 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 11:02:54 -0800
commit6cf1e697a8024c779b9b86d29f300a3bfed30cfe (patch)
tree66ca9912852f180f977285c78bcfe962455abf3b /docs/api-stability.rst
parentf5415c859d4e413e9ac8b1862157babdcbda88ec (diff)
downloadcryptography-6cf1e697a8024c779b9b86d29f300a3bfed30cfe.tar.gz
cryptography-6cf1e697a8024c779b9b86d29f300a3bfed30cfe.tar.bz2
cryptography-6cf1e697a8024c779b9b86d29f300a3bfed30cfe.zip
Note abotu development versions
Diffstat (limited to 'docs/api-stability.rst')
-rw-r--r--docs/api-stability.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api-stability.rst b/docs/api-stability.rst
index 6497a687..40608ac5 100644
--- a/docs/api-stability.rst
+++ b/docs/api-stability.rst
@@ -24,6 +24,8 @@ What doesn't this policy cover?
contents of ``obj.__dict__`` may change.
* Objects are not guarnteed to be pickleable, and pickled objects from one
version of ``cryptography`` may not be loadable in future versions.
+* Development versions of ``cryptography``. Before a feature is in a release,
+ it is not covered by this policy and may change.
Security
~~~~~~~~