Update Changelog

This commit is contained in:
Frederic Guillot 2016-02-28 13:14:05 -05:00
parent 85d4833ce5
commit 333bec112a
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ daemonize = no
env[DATABASE_URL] = $DATABASE_URL
env[DEBUG] = $DEBUG
env[DEBUG_FILE] = $DEBUG_FILE
env[ENABLE_SYSLOG] = $ENABLE_SYSLOG
catch_workers_output = yes
user = nginx

View File

@ -1,4 +1,4 @@
Version 1.0.26 (unreleased)
Version 1.0.26
--------------
Breaking changes:
@ -23,6 +23,7 @@ Improvements:
* Add confirmation inline popup to remove custom filter
* Increase client_max_body_size value for Nginx
* Split Board model into multiple classes
* Improve logging for the Docker image
Bug fixes: