forked from mirror/prosody
Prepare for version v1.1.3
This commit is contained in:
parent
b70fcbd98e
commit
39bd69d39c
2 changed files with 13 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,8 +2,16 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Fixed using list ENV variables with multiple values
|
||||
* Set pidfile in prosody.cfg.lua
|
||||
## v1.1.3
|
||||
|
||||
### New features
|
||||
|
||||
* Set pidfile in prosody.cfg.lua.
|
||||
* Created a tests folder which contains pytest and bats tests.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fixed using list ENV variables with multiple values.
|
||||
|
||||
## v1.1.2
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Tests
|
||||
|
||||
Pytest is used to login and send messages to other accounts.
|
||||
Bats is used to check the log for debug messages.
|
||||
|
||||
## Dependencies
|
||||
|
||||
* docker
|
||||
|
|
Loading…
Reference in a new issue