mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 13:10:37 +00:00
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
|
## Unreleased
|
||||||
|
|
||||||
* Fixed using list ENV variables with multiple values
|
## v1.1.3
|
||||||
* Set pidfile in prosody.cfg.lua
|
|
||||||
|
### 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
|
## v1.1.2
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Tests
|
# Tests
|
||||||
|
|
||||||
|
Pytest is used to login and send messages to other accounts.
|
||||||
|
Bats is used to check the log for debug messages.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* docker
|
* docker
|
||||||
|
|
Loading…
Reference in a new issue