summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.document8
-rw-r--r--ChangeLog4
2 files changed, 8 insertions, 4 deletions
diff --git a/.document b/.document
index 99bccf0633..3df33a8eed 100644
--- a/.document
+++ b/.document
@@ -19,6 +19,8 @@ lib
ext
# rdoc files
+ChangeLog
+
NEWS
README
@@ -27,8 +29,6 @@ README.EXT.ja
README.ja
doc/*.rdoc
-doc/NEWS-1.8.7
-doc/NEWS-1.9.1
-doc/NEWS-1.9.2
-doc/NEWS-1.9.3
+doc/ChangeLog*
+doc/NEWS-*
diff --git a/ChangeLog b/ChangeLog
index 96586ac867..df84577ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 4 16:54:00 2012 Eric Hodel <drbrain@segment7.net>
+
+ * .document: Added ChangeLog and doc/ChangeLog-* as documentation
+
Tue Dec 4 16:47:46 2012 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.