From 4c82513ac8ae9b319eecb1fc18d11c55305c1663 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 Oct 2014 21:27:08 -0700 Subject: added docs stuff on when added --- docs/fernet.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/fernet.rst b/docs/fernet.rst index 1ff6cdbf..f1a4c748 100644 --- a/docs/fernet.rst +++ b/docs/fernet.rst @@ -75,6 +75,8 @@ has support for implementing key rotation via :class:`MultiFernet`. .. class:: MultiFernet(fernets) + .. versionadded:: 0.7 + This class implements key rotation for Fernet. It takes a ``list`` of :class:`Fernet` instances, and implements the same API: -- cgit v1.2.3