Add a note to PLUGINS about making sure plugin storage gets saved.
authorAdam Sampson <ats@offog.org>
Tue, 7 Aug 2012 19:55:17 +0000 (19:55 +0000)
committerAdam Sampson <ats@offog.org>
Tue, 7 Aug 2012 19:55:17 +0000 (19:55 +0000)
NEWS
PLUGINS

diff --git a/NEWS b/NEWS
index aad4705eb3769c73a5c36d2eb5fa5c567f341e1a..126628e7a28a9e86bbaa4fdfa9bff3bb46a66c46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ more informed choice rather than just taking the first one: many blogs
 provide both content and comments feeds, and we usually want the first
 one.
 
+Add a note to PLUGINS about making sure plugin storage gets saved.
+
 - rawdog 2.13
 
 Forcibly disable BeautifulSoup support in feedparser, since it returns
diff --git a/PLUGINS b/PLUGINS
index 033923b0c12725919225350b523531a3b2484f9e..65f18edc322231e1d6a9150bcae56d79561fc905 100644 (file)
--- a/PLUGINS
+++ b/PLUGINS
@@ -50,6 +50,9 @@ start with; you may store any pickleable objects you like in it. Plugin
 identifiers should be strings based on your email address, in order to be
 globally unique -- for example, `org.offog.ats.archive`.
 
+After changing a plugin storage dictionary, you must call "rawdog.modified()"
+to ensure that rawdog will write out its state file.
+
 ## Hooks
 
 Most hook functions are called with "rawdog" and "config" as their first