Skip to content

Commit

Permalink
Update version, release notes and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Mar 17, 2021
1 parent 842dc73 commit 0b0a9e0
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ extensions that have been made popular by the [PHP Markdown Extra] package and [
It is probably the fastest pure-Ruby Markdown converter available (January 2019), being about 3x
faster than [Maruku] and about 6.2x faster than [BlueFeather].

Version **2.3.0**{:itemprop="softwareVersion"} released on
**2020-06-28**{:itemprop="datePublished"}, [more news](news.html)
Version **2.3.1**{:itemprop="softwareVersion"} released on
**2021-03-18**{:itemprop="datePublished"}, [more news](news.html)
{: style="text-align: center; font-size: 80%"}

</div>
Expand Down
51 changes: 51 additions & 0 deletions doc/news/release_2_3_1.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: kramdown 2.3.1 released
no_output: true
sort_info: r2031
created_at: 2021-03-18 00:28:00 +01:00
modified_at: 2021-03-18 00:28:00 +01:00
---
## kramdown 2.3.1 released

This release brings various bug fixes, one of which fixes a security issue that can potentially lead
to remote code execution.

## Changes

* 2 minor change:

- Added `rel="footnote"` to footnote links (fixes [#706] by xplosionmind)
- Default options are now cached to avoid unnecessary computations (fixes [#685] by Aswhin Maroli)

* 6 bug fixes:

- Fixed abbreviations handling so that they won't be replaced in raw HTML tags (fixes [#671] by
Kaspar Etter)
- Restricted Rouge formatters to Rouge::Formatters namespace (pull request [#708] by Stan Hu)
- Fixed conversion of empty raw html td/th tags to kramdown (fixes issue [#682] by Virgil
Ierubino)
- Fixed LaTeX entity conversion (pull request [#681] by aschmitz)
- Fixed missing block attributes from IAL on standalone images (pull request [#668] by Tobin
Yehle)
- Fixed inconsistency in how empty code spans are handle (fixes [#704] by cabo)

* 4 other change:

- Test on Ruby 2.7 and Ruby 3.0 (pull request [#696] by timcraft)
- Fix rouge test failures due to new syntax (fixes issue [#689] by Daniel Leidert)
- Clarified requirements for rouge option 'formatter' (fixes issue [#617] by Aswhin Maroli)
- Removed warning in `setup.rb` (pull request [#673] by Daniel Bair)

[#689]: https://github.com/gettalong/kramdown/issues/689
[#671]: https://github.com/gettalong/kramdown/issues/671
[#617]: https://github.com/gettalong/kramdown/issues/617
[#706]: https://github.com/gettalong/kramdown/issues/706
[#704]: https://github.com/gettalong/kramdown/issues/704
[#685]: https://github.com/gettalong/kramdown/issues/685

[#696]: https://github.com/gettalong/kramdown/pull/696
[#708]: https://github.com/gettalong/kramdown/pull/708
[#682]: https://github.com/gettalong/kramdown/pull/682
[#681]: https://github.com/gettalong/kramdown/pull/681
[#673]: https://github.com/gettalong/kramdown/pull/673
[#668]: https://github.com/gettalong/kramdown/pull/668
2 changes: 1 addition & 1 deletion lib/kramdown/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
module Kramdown

# The kramdown version.
VERSION = '2.3.0'
VERSION = '2.3.1'

end

0 comments on commit 0b0a9e0

Please sign in to comment.