Update Changelog
This commit is contained in:
parent
85d4833ce5
commit
333bec112a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue