File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RDiscount Changelog
22
3+ ## Version 2.2.7.5 <small >(April 26, 2026)</small >
4+
5+ * Fix build failure in newer compilers that use C23 mode by default,
6+ such as Clang on macOS.
7+
38## Version 2.2.7.4 <small >(April 1, 2026)</small >
49
510* Fix crash if ` to_html ` called on a string longer than INT_MAX (2 GiB of text).
Original file line number Diff line number Diff line change 2424# end
2525#
2626class RDiscount
27- VERSION = '2.2.7.4 '
27+ VERSION = '2.2.7.5 '
2828
2929 # Original Markdown formatted text.
3030 attr_reader :text
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'rdiscount'
3- s . version = '2.2.7.4 '
3+ s . version = '2.2.7.5 '
44 s . summary = "Fast Implementation of Gruber's Markdown in C"
55 s . email = 'david@dafoster.net'
66 s . homepage = 'http://dafoster.net/projects/rdiscount/'
You can’t perform that action at this time.
0 commit comments