File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/
9
9
10
10
Changelog
11
11
---------
12
- 4.0 (in progress...)
12
+ 4.0
13
13
* [BREAKING] Package has changed from com.thebuzzmedia.imgscalr to
14
14
org.imgscalr - I am sorry for the inconvenience of this, but this is
15
15
necessary. There will be a family of imgscalr-based Java utilities coming
@@ -140,6 +140,12 @@ Changelog
140
140
* Modified LOG_PREFIX so it can now be set via the "imgscalr.logPrefix"
141
141
system property value now.
142
142
143
+ * Rewrote imgscalr test suite to specifically test all discrete operations
144
+ and all variations of the operations as well.
145
+
146
+ * Added AllTests test suite so all tests can be easily run at one time to
147
+ verify the release.
148
+
143
149
* Rewrote Javadoc covering a lot of the return and exception conditions for
144
150
all the methods to more clearly communicate what is happening inside the
145
151
method and to the original images.
You can’t perform that action at this time.
0 commit comments