Chanloge + versionadded
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 2de9a32..e322b14 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -16,6 +16,7 @@
available, such as CentOS.
* Added :class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`.
* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`.
+* Added :doc:`/hazmat/backends/multibackend`.
0.1 - 2014-01-08
~~~~~~~~~~~~~~~~
diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst
index f1a8800..63177be 100644
--- a/docs/hazmat/backends/multibackend.rst
+++ b/docs/hazmat/backends/multibackend.rst
@@ -7,6 +7,8 @@
.. 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.