Implement nodelist in the Doc tag so it may be visited

This commit is contained in:
Guilherme Carreiro
2025-02-26 13:14:39 +01:00
committed by Guilherme Carreiro
parent a398b4cc74
commit 6453a0ea48
4 changed files with 33 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
## 5.8.1 (unreleased)
## 5.8.1
* Fix `{% doc %}` tag to be visitable [Guilherme Carreiro]
## 5.8.0
* Introduce the new `{% doc %}` tag [Guilherme Carreiro]