diff --git a/NEWS.rst b/NEWS.rst index 9735e3738..a2a874e87 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,50 @@ ====== +Version 48 +---------- + +Not released yet. + +New features: + +* `#891 `_: + Handle ``text-overflow`` +* `#878 `_: + Handle ``column-span`` +* `#855 `_: + Handle all the ``text-decoration`` features +* `#238 `_: + Don't repeat background images when it's not needed +* `#875 `_: + Handle ``object-fit`` and ``object-position`` +* `#870 `_: + Handle ``bookmark-state`` + +Bug fixes: + +* `#686 `_: + Fix column balance when children are not inline +* `#885 `_: + Actually use the content box to resolve flex items percentages +* `#867 `_: + Fix rendering of KaTeX output, with a lot of small fixes +* `#873 `_: + Set a minimum height for empty list elements with outside marker +* `#811 `_: + Don't use translations to align flex items +* `#851 `_, + `#860 `_: + Don't cut pages when content overflows a very little bit +* `#862 `_: + Don't crash when using UTC dates in metadata + +Documentation: + +* `#854 `_: + Add a "Tips & Tricks" section + + Version 47 ----------