mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update Changelog
This commit is contained in:
parent
0a12882eae
commit
64ba8ef486
1 changed files with 9 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
|||
- [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries
|
||||
unless current location and/or caller is in valid search candidates respectively (InspectorCaracal)
|
||||
- [Fix][pull3694]: Funcparser swallowing rest of line after a `\`-escape (count-infinity)
|
||||
- [Fix][pull3705]: Properly serialize `IntFlag` enum types (0xDEADFED5)
|
||||
- [Fix][pull3707]: Correct links in `about` command (0xDEADFED5)
|
||||
- [Fix][pull3710]: Clean reduntant session clearin in `at_server_cold_start` (InspectorCaracal)
|
||||
- [Fix][pull3711]: Usability improvements in the Discord integration (InspectorCaracal)
|
||||
- Fix: Make `\\` properly preserve one backlash in funcparser (Griatch)
|
||||
- [Docs]: Fixes from InspectorCaracal, Griatch
|
||||
|
||||
|
|
@ -25,6 +29,11 @@
|
|||
[pull3684]: https://github.com/evennia/evennia/pull/3684
|
||||
[pull3689]: https://github.com/evennia/evennia/pull/3689
|
||||
[pull3690]: https://github.com/evennia/evennia/pull/3690
|
||||
[pull3705]: https://github.com/evennia/evennia/pull/3705
|
||||
[pull3707]: https://github.com/evennia/evennia/pull/3707
|
||||
[pull3710]: https://github.com/evennia/evennia/pull/3710
|
||||
[pull3711]: https://github.com/evennia/evennia/pull/3711
|
||||
|
||||
|
||||
## Evennia 4.5.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue