Mercurial > p > roundup > code
diff CHANGES.txt @ 6228:f40c6b5de370
Fix reverse multilink iteration
Adding a reverse multilink to *the same class* would trigger a traceback
about a modified dictionary on iteration
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 15 Jul 2020 13:28:58 +0200 |
| parents | 043a8ffd79ad |
| children | 6834bb5473da |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 13 01:13:00 2020 -0400 +++ b/CHANGES.txt Wed Jul 15 13:28:58 2020 +0200 @@ -11,6 +11,12 @@ v2.7.2 or later are required to run newer releases of Roundup. From v2.0 onwards Python 3.4 and later are also supported. +XXXX-XX-XX 2.0.1 + +Fixed: +- Reverse multilink to *the same class* would trigger a traceback about + a modified dictionary on iteration (Ralf Schlatterbeck) + 2020-07-13 2.0.0 Fixed:
