Update CHANGELOG
This commit is contained in:
parent
0dffb2200e
commit
7cc6640809
2 changed files with 6 additions and 1 deletions
|
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
- [Feature][issue3273]: Allow passing `text_kwargs` kwarg to `EvMore.msg` in order to expand
|
- [Feature][issue3273]: Allow passing `text_kwargs` kwarg to `EvMore.msg` in order to expand
|
||||||
the outputfunc used for every evmore page.
|
the outputfunc used for every evmore page.
|
||||||
|
- [Feature][pull3278]: Refactor home page into multiple sub-parts for easier
|
||||||
|
overriding and composition (johnnyvoruz)
|
||||||
|
- [Feature][pull3286]: Allow Discord bot to change user's nickname and assign
|
||||||
|
roles for a user on a given server (holl0wstar).
|
||||||
- [Fix][pull3267]: Missing recache step in ObjectSessionHandler (InspectorCaracal)
|
- [Fix][pull3267]: Missing recache step in ObjectSessionHandler (InspectorCaracal)
|
||||||
- [Fix][pull3270]: Evennia is its own MSSP family now, so we should return that
|
- [Fix][pull3270]: Evennia is its own MSSP family now, so we should return that
|
||||||
instead of 'Custom' (InspectorCaracal)
|
instead of 'Custom' (InspectorCaracal)
|
||||||
|
|
@ -17,6 +21,8 @@
|
||||||
[pull3267]: https://github.com/evennia/evennia/pull/3267
|
[pull3267]: https://github.com/evennia/evennia/pull/3267
|
||||||
[pull3270]: https://github.com/evennia/evennia/pull/3270
|
[pull3270]: https://github.com/evennia/evennia/pull/3270
|
||||||
[pull3274]: https://github.com/evennia/evennia/pull/3274
|
[pull3274]: https://github.com/evennia/evennia/pull/3274
|
||||||
|
[pull3278]: https://github.com/evennia/evennia/pull/3278
|
||||||
|
[pull3286]: https://github.com/evennia/evennia/pull/3286
|
||||||
[issue3272]: https://github.com/evennia/evennia/issues/3272
|
[issue3272]: https://github.com/evennia/evennia/issues/3272
|
||||||
[issue3273]: https://github.com/evennia/evennia/issues/3273
|
[issue3273]: https://github.com/evennia/evennia/issues/3273
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ evennia.contrib.tutorials.evadventure.tests
|
||||||
:maxdepth: 6
|
:maxdepth: 6
|
||||||
|
|
||||||
evennia.contrib.tutorials.evadventure.tests.mixins
|
evennia.contrib.tutorials.evadventure.tests.mixins
|
||||||
evennia.contrib.tutorials.evadventure.tests.test_ai
|
|
||||||
evennia.contrib.tutorials.evadventure.tests.test_characters
|
evennia.contrib.tutorials.evadventure.tests.test_characters
|
||||||
evennia.contrib.tutorials.evadventure.tests.test_chargen
|
evennia.contrib.tutorials.evadventure.tests.test_chargen
|
||||||
evennia.contrib.tutorials.evadventure.tests.test_combat
|
evennia.contrib.tutorials.evadventure.tests.test_combat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue