Implement nodelist in the Doc tag so it may be visited

This commit is contained in:
Guilherme Carreiro
2025-02-26 12:10:02 +01:00
parent a398b4cc74
commit 623be8cb93
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]