diff --git a/CHANGELOG.md b/CHANGELOG.md index 0223350..8f5573d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 2.3.0 + +AMeng (2): + +* Add option to create a tomcat system user +* Document tomcat\_default\_user\_system and change to true/false insteaed of yes/no + +Mark Kusch (2): + +* Use non-blocking random source for Java with Systemd deployments +* Add variable to control whether to use /dev/urandom for -Djava.security.egd in favor of /dev/random + # 2.2.0 Anja Siek (10): diff --git a/README.md b/README.md index c0568f9..f156af5 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ Ruby with rake and bundler available. * [kakawait](https://github.com/kakawait) * [deepan](https://github.com/deepan) * [PhysicsUnplugged](https://github.com/PhysicsUnplugged) +* [AMeng](https://github.com/AMeng)