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 d145bdd commit e70dbd1Copy full SHA for e70dbd1
History.rdoc
@@ -1,3 +1,9 @@
1
+=== 4.3.0 / 2016-11-04
2
+
3
+* Minor enhancements
4
+ * Removed json dependency for Ruby 2.4.0
5
+ * End to support Ruby 1.8.x
6
7
=== 4.2.2 / 2016-02-09
8
9
* Bug fixes
lib/rdoc.rb
@@ -64,7 +64,7 @@ class Error < RuntimeError; end
64
##
65
# RDoc version you are using
66
67
- VERSION = '4.2.2'
+ VERSION = '4.3.0'
68
69
70
# Method visibilities
@@ -184,4 +184,3 @@ def self.load_yaml
184
autoload :Require, 'rdoc/require'
185
186
end
187
-
0 commit comments