We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a9e4d commit 01275aeCopy full SHA for 01275ae
History.txt
@@ -1,3 +1,9 @@
1
+=== 3.8 / ??
2
+
3
+* Minor enhancements
4
+ * RDoc::Parser::C can now discover methods on ENV and ARGF.
5
+ * RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
6
7
=== 3.7 / 2011-06-27
8
9
* Minor enhancements
lib/rdoc.rb
@@ -104,7 +104,7 @@ def self.const_missing const_name # :nodoc:
104
##
105
# RDoc version you are using
106
107
- VERSION = '3.7'
+ VERSION = '3.8'
108
109
110
# Method visibilities
0 commit comments