summaryrefslogtreecommitdiff
path: root/doc/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.rst')
-rw-r--r--doc/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index d5fa820..40cbc06 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -14,6 +14,8 @@ ChangeLog
* Add the :meth:`Version.coerce <semantic_version.Version.coerce>` class method to
:class:`~semantic_version.Version` class for mapping arbitrary version strings to
semver.
+ * Add the :func:`~semantic_version.validate` method to validate a version
+ string against the SemVer rules.
2.1.2 (22/05/2012)
------------------