Skip to content

Commit

Permalink
chg: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed May 17, 2020
1 parent 2ba24cc commit db18a00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# 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

* Completely rewrote build system with Gradle
* Separated launcher from main source as Gradle subproject
* Launcher now includes all JARs found in `lib`
* Upgraded Rhino to version 1.7.12
* Upgraded Jetty to version 9.x
* Fixed compatibility issues with Java 11
* Removed support for Apache JServ Protocol (AJP)
* Added support for CommonJS require() method
* Allow variable arguments in res.write() and res.writeln()
Expand Down

0 comments on commit db18a00

Please sign in to comment.