diff --git a/MANIFEST.in b/MANIFEST.in
index 383e0b60a610db83a9b4d1f5d85e322a9054618c..b94f91c2ccb6fca6b4f786e041fa12dfa228b7de 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,7 @@ include NEWS
 include HOWTO
 include CREDITS
 include README
+include ChangeLog
 include MANIFEST.in
 include testsample.py
 include testmime.py
diff --git a/NEWS b/NEWS
index 5069886fbfdb6bf1d0c39606402485a71a87d26e..5482ebda0a8d76eb3740f20904534693d12c994e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Here is a history of user visible changes to Python milter.
 0.8.7	Move spf module to pyspf
 	Prevent PTR cache poisoning
 	More lame bounce heuristics
+	Do plain CBV when template is missing
 0.8.6	Support CBV timeout
 	Support fail template, headers in templates
 	Create GOSSiP record only when connection will procede to DATA.
diff --git a/milter.spec b/milter.spec
index 6bb15cfd14c91dbaf8bb12e562b227ee795e6bca..c674a29cc3e6c134cef74395e9fecccb85b50f12 100644
--- a/milter.spec
+++ b/milter.spec
@@ -151,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)
-%doc README HOWTO NEWS TODO CREDITS sample.py
+%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py
 /etc/logrotate.d/milter
 /etc/cron.daily/milter
 %ifos aix4.1
@@ -178,6 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 - More lame bounce heuristics
 - SPF moved to pyspf RPM
 - wiretap archive option
+- Do plain CBV if missing template
 * Tue May 23 2006 Stuart Gathman <stuart@bmsi.com> 0.8.6-2
 - Support CBV timeout
 - Support fail template, headers in templates