From 924f24fd8a190e4792ce3fcd1aad3c2695d7ff25 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@agendaless.com>
Date: Fri, 01 Oct 2010 23:04:01 +0200
Subject: [PATCH] Add a logout method to the API for application convenience.

---
 CHANGES.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 5708c60..b3c2dba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,8 +4,8 @@
 After 2.0a3 (unreleased)
 ------------------------
 
-- Added a ``login`` method to the ``repoze.who.api.API`` object, as a
-  convenience for application-driven login code, which would
+- Add ``login`` and ``logout`` methods to the ``repoze.who.api.API`` object,
+  as a convenience for application-driven login / logout code, which would
   otherwise need to use private methods of the API, and reach down into
   its plugins.
 

--
Gitblit v1.9.3