summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 07:54:13 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 07:54:13 +0000
commit95ae31b70bc73282f65ff37534f012c48d6c02c2 (patch)
tree8ef0fc8bfc4d9e02c3b364aa4944b5f47ac2de83
parent38b9667310d7d0cc0184c199fd870bfc8990eab4 (diff)
* .document: Added ChangeLog and doc/ChangeLog-* as documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.