Mercurial > p > roundup > code
diff CHANGES.txt @ 8292:4aa34c826fc4
fix: revert part of changeset: ae7fadcac9e1
I misread. Popcal doesn't support submitting html_kwargs.
self.cgi_escape_attrs is used on a different variable.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 19 Jan 2025 01:01:59 -0500 |
| parents | ae7fadcac9e1 |
| children | bbc99def147a |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jan 18 22:20:38 2025 -0500 +++ b/CHANGES.txt Sun Jan 19 01:01:59 2025 -0500 @@ -125,8 +125,7 @@ - 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) + user defined classes. It now merges them in. (John Rouillard) 2024-07-13 2.4.0
