chg: updated changelog
This commit is contained in:
parent
2ba24ccea8
commit
db18a003fe
1 changed files with 13 additions and 0 deletions
13
CHANGES.md
13
CHANGES.md
|
@ -1,5 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## May 17, 2020
|
||||||
|
|
||||||
|
* Added support for colored log output
|
||||||
|
* Added xgettext and po2js tasks (only running with Antville right now)
|
||||||
|
|
||||||
|
## April 13, 2020
|
||||||
|
|
||||||
|
* Added support for gzip compressed response in helma.Http
|
||||||
|
* Fixed helma.Http.getURL() not following redirects if protocol changes (e.g. http → https)
|
||||||
|
* Fixed references to obsolete Base64 encoder in modules
|
||||||
|
* Updated JavaMail library to implementation package
|
||||||
|
|
||||||
## March 21, 2020
|
## March 21, 2020
|
||||||
|
|
||||||
* Completely rewrote build system with Gradle
|
* Completely rewrote build system with Gradle
|
||||||
|
@ -7,6 +19,7 @@
|
||||||
* Launcher now includes all JARs found in `lib`
|
* Launcher now includes all JARs found in `lib`
|
||||||
* Upgraded Rhino to version 1.7.12
|
* Upgraded Rhino to version 1.7.12
|
||||||
* Upgraded Jetty to version 9.x
|
* Upgraded Jetty to version 9.x
|
||||||
|
* Fixed compatibility issues with Java 11
|
||||||
* Removed support for Apache JServ Protocol (AJP)
|
* Removed support for Apache JServ Protocol (AJP)
|
||||||
* Added support for CommonJS require() method
|
* Added support for CommonJS require() method
|
||||||
* Allow variable arguments in res.write() and res.writeln()
|
* Allow variable arguments in res.write() and res.writeln()
|
||||||
|
|
Loading…
Add table
Reference in a new issue