mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-10-06 00:02:01 -04:00
Update changelog and version
This commit is contained in:
parent
7f6a50c6a4
commit
4c06b15fa8
13
CHANGELOG
13
CHANGELOG
@ -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
|
Version 2.3.1
|
||||||
|
|
||||||
|
01-Apr-2024
|
||||||
|
|
||||||
- FIX: avoid bug where a NoMethodError exception is raised on faulty images
|
- FIX: avoid bug where a NoMethodError exception is raised on faulty images
|
||||||
|
|
||||||
Version 2.3.0
|
Version 2.3.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class FastImage
|
class FastImage
|
||||||
VERSION = '2.3.1'
|
VERSION = '2.4.0'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user