Update changelog

[ci skip]
This commit is contained in:
Iris Morelle 2020-12-09 11:47:51 -03:00
parent 85e935e6f2
commit 2f5ed53bb0

View file

@ -2,6 +2,7 @@
### Add-ons server
* Fixed inability to write files (including the server configuration file) on Windows.
* Dropped plain text passphrase migration, unused in production since version 1.12.7 and 1.13.0 (issue #5080).
* Uploading add-ons with versions not greater than the latest uploaded version is no longer allowed (issue #5079).
### Campaigns
### Multiplayer
* Added `/roll N` command to multiplayer games and game lobbies which produces a publicly visible random integer number ranged from 1 to N inclusively (issue #5221, PR #5326).