You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Releasenotes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,5 +151,5 @@ Release 3.2.0
151
151
* Transformation of model value to iterable for for each now done in ModelAdaptor
152
152
* ModelAdapter can be configured to treat everything as a list when looping over it, prevents map to be iterated over as entries
153
153
* ModelAdapter now manages special iterator alias, DefaultModelAdapter provides "_it" for backward compatibility
154
-
154
+
* ModelAdapter now has a (slow) fallback to access maps with keys that are not strings (iterating through all keys, turning them to strings and compare), can be deactivated
0 commit comments