• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A Markdown shard for the Crystal programming language


コミットメタ情報

リビジョン9dc34d22121ee7f37a0950a6594b5a47080d8fc2 (tree)
日時2023-12-28 10:56:46
作者supercell <stigma@disr...>
コミッターsupercell

ログメッセージ

Update CHANGELOG

変更サマリ

差分

--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to Luce will be documented in this file.
66
77 * Support for [footnotes](https://pandoc.org/MANUAL.html#footnotes).
88 * Tables are now able to interrupt other blocks.
9+* Allow Element attributes to have no value ([#6][issue-6] - thanks [solvin]!).
910 * Fix an infinite loop occurring when using a link in table headers.
1011 * This will raise an exception should an infinite loop begin during `BlockSyntax#parse_lines`.
1112 * Fix an obscure issue with `HTMLBlockSyntax`.
@@ -16,6 +17,7 @@ All notable changes to Luce will be documented in this file.
1617 * Fix crash in Crystal >=1.8 caused by exceeding the Regex Match Limit.
1718
1819 [issue-3]: https://codeberg.org/supercell/luce/pulls/3
20+[issue-6]: https://codeberg.org/supercell/luce/pulls/6
1921 [solvin]: https://codeberg.org/solvin
2022
2123 ## [0.4.0] - 2023-05-23