forked from pool/ghc-pandoc-lua-marshal
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-marshal?expand=0&rev=3
22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 17 14:43:00 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update pandoc-lua-marshal to version 0.1.5.
|
|
## 0.1.5
|
|
|
|
Released 2022-02-17.
|
|
|
|
- Allow any type of callable object as argument to List
|
|
functions `filter`, `map`, and `find_if`. These previously
|
|
required the argument to be of type `function`, which was too
|
|
restrictive.
|
|
|
|
- Inline: the type of Image captions is now `Inlines` instead
|
|
of `List`.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 4 12:31:25 UTC 2022 - psimons@suse.com
|
|
|
|
- Add pandoc-lua-marshal at version 0.1.4.
|
|
|