From d504691c46469041f06e22bf3af5ab6b41a45cf5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 13 Nov 2016 20:07:50 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf3f646..e9127a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,15 @@ ## Images - Fixed images not appearing in st. - +- Added `to_ascii()` and `to_off()`. + - These functions are used when falling back to different image modes. +- Renamed `$image_backend` to `$image_program`. +- Renamed `$image` to `$image_backend`. +- Renamed `$padding` to `$text_padding`. +- Renamed `$imgname` to `$img_name`. +- Renamed `$img` to `$image`. +- Renamed `check_old_flags()` to `old_flags()` to match `old_functions()`. +- Split `get_image()` into `get_term_size()`, `get_image_size()`, `get_image_program()` and `make_thumbnail()`. ## Info