oslo.serialization/oslo_serialization
Victor Stinner 2d085d2c17 Use versionadded and versionchanged in doc
Document in which version new types and functions were added using
".. versionadded:: x.y". Document changes using
".. versionchanged:: x.y."

For base64 module, add the versionadded tag in the module top
docstring, not on each type/function.

I used "git blame" + "git tag --contains=SHA1" to find these version,
and then I checked manually each version.

Change-Id: I4a891b18064fe7b857a79c57030ff31f7a0370b4
2015-10-15 14:38:50 +02:00
..
tests Add utilities for base64 2015-10-01 14:32:29 +00:00
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
base64.py Use versionadded and versionchanged in doc 2015-10-15 14:38:50 +02:00
jsonutils.py Use versionadded and versionchanged in doc 2015-10-15 14:38:50 +02:00
msgpackutils.py Use versionadded and versionchanged in doc 2015-10-15 14:38:50 +02:00