aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:19:32 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:19:32 -0800
commitdb80954cf1448f88fae78568dbd3d833da04054a (patch)
treecf0243617ef483300973442a55e7a1fdc02ff1ff /docs/hazmat/backends
parent559885087728c0233b243756fe698e4071fab971 (diff)
downloadcryptography-db80954cf1448f88fae78568dbd3d833da04054a.tar.gz
cryptography-db80954cf1448f88fae78568dbd3d833da04054a.tar.bz2
cryptography-db80954cf1448f88fae78568dbd3d833da04054a.zip
Chanloge + versionadded
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/multibackend.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst
index f1a88006..63177bef 100644
--- a/docs/hazmat/backends/multibackend.rst
+++ b/docs/hazmat/backends/multibackend.rst
@@ -7,6 +7,8 @@ MultiBackend
.. class:: MultiBackend(backends)
+ .. versionadded:: 0.2
+
This class allows you to combine multiple backends into a single backend
which offers the combined features of all of its constituents.