diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-24 13:09:38 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-24 13:09:38 -0800 |
commit | c4088fbe900c336a86bd82409f566d3be75e51bd (patch) | |
tree | 21518e6c836b8785511d00bbf4a1614e6480e570 /docs/contributing.rst | |
parent | 16512a61dba29128538e597b2230811f8c5b9b02 (diff) | |
parent | 1c9e57bbc64d5023ec9d35f162b0a071a39b0a48 (diff) | |
download | cryptography-c4088fbe900c336a86bd82409f566d3be75e51bd.tar.gz cryptography-c4088fbe900c336a86bd82409f566d3be75e51bd.tar.bz2 cryptography-c4088fbe900c336a86bd82409f566d3be75e51bd.zip |
Merge pull request #341 from alex/backwards-compat
Document our API stability policy. Fixes #312
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 744f2098..620e1b6a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -136,7 +136,6 @@ Include a space after commas between parameters: // Bad long f(int,char *) - Documentation ------------- |