From 9caff3e47fe05ea1a721a8047c847ab8398051c3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 16 Nov 2016 14:37:50 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aed133b..fba51a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,11 +51,6 @@ - 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()`.