-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
33 lines (20 loc) · 1.44 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2024-03-24 Jörgen Lundgren <[email protected]>
* REMOVE: Remove the method createHDR(File) from the Image class.
* REMOVE: Remove the methods fromIntRGBE(int), toIntRGBE() and toIntRGBE(double, double, double) from the Color3D class.
* REMOVE: Remove the methods fromIntRGBE(int), toIntRGBE() and toIntRGBE(float, float, float) from the Color3F class.
2023-12-31 Jörgen Lundgren <[email protected]>
* CHANGE: Update the copyright notice.
2023-06-23 Jörgen Lundgren <[email protected]>
* CHANGE: Fix Javadoc bugs in Color3D and Color3F.
2023-06-22 Jörgen Lundgren <[email protected]>
* ADD: Add the method createHDR(File) to the Image class.
2023-06-17 Jörgen Lundgren <[email protected]>
* ADD: Add the methods fromIntRGBE(int), toIntRGBE() and toIntRGBE(double, double, double) to the Color3D class.
* ADD: Add the methods fromIntRGBE(int), toIntRGBE() and toIntRGBE(float, float, float) to the Color3F class.
2023-04-15 Jörgen Lundgren <[email protected]>
* CHANGE: Fix a Javadoc bug in the file package-info.java in the Filter API.
2023-02-23 Jörgen Lundgren <[email protected]>
* ADD: Add the methods changeBegin(), changeEnd() and getData() to the Image class.
* ADD: Add the method getChangeHistory() to the Data class.
* ADD: Add the ChangeHistoryObserver interface.
* CHANGE: The class ChangeHistory is now part of the public API.