History.txt in rdoc_chm-2.3.0 vs History.txt in rdoc_chm-2.4.0
- old
+ new
@@ -1,4 +1,28 @@
+=== 2.4.0 / 2009-08-10
+
+* Two major enhancementsd
+ * RDoc 2.4.x compatibility
+ - Converted to RHTML templates
+ - --opname option was removed form RDoc. RDoc_chm now uses --op for naming the CHM file
+ * Improved table of contents and index.
+ - TOC is now split into classes/modules and files
+ - index now lists methods followed by their class, i.e. 'to_s (Symbol)'
+
+* Multiple minor enhancements:
+ * fixed issue when klass.superclass is nil
+ * moved file metadata into documentation div for single column layout
+ * moved class metadata into documentation div for single column layout
+ * removed method list from index page. takes a long time to load on ruby-core and stdlib.
+ (plus the data is given in the CHM TOC and index).
+ * added classindex and fileindex pages
+ * Readme fixes
+ * udpated TOC from "Classes" to "Classes/Modules"
+ * TOC uses method.pretty_name instead of method.name
+ * added hidden img tags to index.rhtml so the html help compiler will find image files
+ * fixes to chm project and contents files
+ * Readme corrections
+
=== 2.3.0 / 2008-12-29
* 1 major enhancement
* Removed from RDoc