X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/6641219fd962fc1791fa8d94dec26db4c3546931..refs/tags/1.14:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b62e4..4efa62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ This document records all notable changes to Librarian. +## 1.14 (2021-02-05) + +### Changed +- Image sources are now URLs. This changes the API: instead of paths + given as `ilustr_path`, `transform` functions now accept + a new `base_url` parameter. +- Size limits introduced for images in all formats. + + +## 1.13 (2021-01-27) + +### Changed +- Responsive images in HTML. This changes the html.transform API. + + ## 1.12 (2021-01-27) ### Added