Fixed change log for version 0.2.

Records about Go were added by mistake.
The relevant patches haven't been committed yet.
This commit is contained in:
Valentin Bartenev
2017-10-23 21:12:12 +03:00
parent 9f9a708ed1
commit 03e18cf42f
2 changed files with 0 additions and 16 deletions

View File

@@ -1,16 +1,12 @@
Changes with Unit 0.2 19 Oct 2017 Changes with Unit 0.2 19 Oct 2017
*) Feature: Go package improvements.
*) Feature: configuration persistence. *) Feature: configuration persistence.
*) Feature: improved handling of configuration errors. *) Feature: improved handling of configuration errors.
*) Feature: application "timeout" property. *) Feature: application "timeout" property.
*) Bugfix: Go application crashed under load.
*) Bugfix: POST request for PHP were handled incorrectly. *) Bugfix: POST request for PHP were handled incorrectly.
*) Bugfix: the router exited abnormally if all listeners had been *) Bugfix: the router exited abnormally if all listeners had been

View File

@@ -113,12 +113,6 @@ Initial release of PHP module for NGINX Unit.
date="2017-10-19" time="18:00:00 +0300" date="2017-10-19" time="18:00:00 +0300"
packager="Andrei Belov <defan@nginx.com>"> packager="Andrei Belov <defan@nginx.com>">
<change type="feature">
<para>
Go package improvements.
</para>
</change>
<change type="feature"> <change type="feature">
<para> <para>
configuration persistence. configuration persistence.
@@ -137,12 +131,6 @@ application "timeout" property.
</para> </para>
</change> </change>
<change type="bugfix">
<para>
Go application crashed under load.
</para>
</change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
POST request for PHP were handled incorrectly. POST request for PHP were handled incorrectly.