Mercurial > p > roundup > code
diff CHANGES.txt @ 8291:ae7fadcac9e1
fix: issue2551231 - template.py-HTMLClass::classhelp doesn't merge user defined classes.
It now merges them in. Also fixed same issue in popcal().
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Jan 2025 22:20:38 -0500 |
| parents | 6445e63bb423 |
| children | 4aa34c826fc4 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jan 18 19:08:16 2025 -0500 +++ b/CHANGES.txt Sat Jan 18 22:20:38 2025 -0500 @@ -124,6 +124,9 @@ Rouillard) - Use native number type input for Number() and Integer() properties. Integer() uses step=1 as well. (John Rouillard) +- issue2551231 - template.py-HTMLClass::classhelp doesn't merge + user defined classes. It now merges them in. Also fixed same + issue in popcal(). (John Rouillard) 2024-07-13 2.4.0
