Update changelog
This commit is contained in:
parent
d0727bbb3e
commit
2719cfdd32
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Main
|
## Main branch (git)
|
||||||
|
|
||||||
- Doc: Expanded `XYZGrid` docstring to clarify `MapLink` class will not itself
|
- Doc: Expanded `XYZGrid` docstring to clarify `MapLink` class will not itself
|
||||||
spawn anything, children must define their prototypes explicitly.
|
spawn anything, children must define their prototypes explicitly.
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
## Evennia 1.2.0
|
## Evennia 1.2.0
|
||||||
|
|
||||||
|
Feb 25, 2023
|
||||||
|
|
||||||
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)
|
||||||
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
- Bug fix: Channels hard to manage if given in different case (aMiss-aWry)
|
||||||
- Feature: `logger.delete_log` function for deleting custom logs from inside the
|
- Feature: `logger.delete_log` function for deleting custom logs from inside the
|
||||||
|
|
@ -29,6 +31,8 @@
|
||||||
|
|
||||||
## Evennia 1.1.1
|
## Evennia 1.1.1
|
||||||
|
|
||||||
|
Jan 15, 2023
|
||||||
|
|
||||||
- Bug fix: Better handler malformed alias-regex given to nickhandler. A
|
- Bug fix: Better handler malformed alias-regex given to nickhandler. A
|
||||||
regex-relevant character in a channel alias could cause server to not restart.
|
regex-relevant character in a channel alias could cause server to not restart.
|
||||||
- Feature: Add `attr` keyword to `create_channel`. This allows setting
|
- Feature: Add `attr` keyword to `create_channel`. This allows setting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue