Fix || usage in help entries. Resolve #3085

This commit is contained in:
Griatch 2023-02-26 17:39:36 +01:00
parent 30707a6b56
commit bb9dc516b9
5 changed files with 18 additions and 16 deletions

View file

@ -2,6 +2,8 @@
## Main branch (git)
- Bug fix: || (escaped color tags) were parsed too early in help entries,
leading to colors when wanting a | separator
- Bug fix: Make sure spawned objects get `typeclass_path` pointing to the true
location rather than alias (in line with `create_object`).
- Bug fix: Building Menu contrib menu no using Replace over Union mergetype to