Update changelog and version

This commit is contained in:
Stephen Sykes 2025-01-03 10:26:28 +00:00
parent 7f6a50c6a4
commit 4c06b15fa8
2 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,17 @@
Version 2.4.0
03-Jan-2025
- IMPROVED: Refactor code into multiple files
- FIX: error rising from redirects to unknown url scheme
- FIX: Handle tiff format with long dimensions values
- FIX: Remove problematic dependency on base64 gem
- IMPROVED: properties including content_length are fetched more lazily improving performance
Version 2.3.1
01-Apr-2024
- FIX: avoid bug where a NoMethodError exception is raised on faulty images
Version 2.3.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
class FastImage
VERSION = '2.3.1'
VERSION = '2.4.0'
end