Skip to content

Commit c442a87

Browse files
committed
Add #262 and #269 to history
Fix location of #259 and #265 in history
1 parent d3c16d5 commit c442a87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

History.rdoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
Hixson.
7575
* rb_file_const() now adds constants to File::Constants when used outside
7676
file.c. Fixes missing File::Constants::FNM_* constants in ruby.
77+
* Fixed handling of :markup: when the file parser is unknown. Issue #262 by
78+
Brian Henderson, pull request #269 by Rein Henrichs.
79+
* Regexp options are no longer stripped in HTML output. Bug #259 by Zachary
80+
Scott, Pull request #265 by Rein Henrichs
7781

7882
=== 4.0.1 / 2013-03-27
7983

@@ -104,8 +108,6 @@
104108
* Text#snippet now creates a RDoc::Markup::ToHtmlSnippet correctly.
105109
* The C parser now de-duplicates call-seq if the same C function is used for
106110
multiple method names. Bug #203 by Pete Higgins
107-
* Regexp options are no longer stripped in HTML output. Bug #259 by Zachary
108-
Scott, Pull request #265 by Rein Henrichs
109111

110112
=== 4.0.0 / 2013-02-24
111113

0 commit comments

Comments
 (0)