14
0

Accepting request 1233172 from home:benoit_monin:branches:devel:languages:python

update to 10.13

OBS-URL: https://build.opensuse.org/request/show/1233172
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=18
This commit is contained in:
2024-12-27 09:25:00 +00:00
committed by Git OBS Bridge
parent b815f019b0
commit d4e4511f64
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 23 19:32:33 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- update to 10.13:
* NEW: Snippets: Allow multiple line numbers or line number
blocks separated by ,.
* NEW: Snippets: Allow using a negative index for number start
indexes and end indexes. Negative indexes are converted to
positive indexes based on the number of lines in the snippet.
* FIX: Snippets: Properly capture empty newline at end of file.
* FIX: Snippets: Fix issue where when non sections of files are
included, section labels are not stripped.
* FIX: BetterEm: Fixes for complex cases.
* FIX: Blocks: More consistent handling of empty newlines in
block processor extensions
-------------------------------------------------------------------
Sun Nov 3 02:33:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>