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 6a4c295 commit 51c7cb6Copy full SHA for 51c7cb6
History.txt
@@ -1,3 +1,8 @@
1
+=== 3.9.4 / 2011-08-26
2
+
3
+* Bug fixes
4
+ * Applied typo and grammar fixes from Luke Gruber. Ruby bug #5203
5
6
=== 3.9.3 / 2011-08-23
7
8
* Bug fixes
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.9.3'
+ VERSION = '3.9.4'
108
109
110
# Method visibilities
0 commit comments