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: docs/changelog.rst
+4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ Development
10
10
- Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
11
11
- Switch tox to use pytest instead of legacy `python setup.py test` #2804
12
12
- Add support for timeseries collection #2661
13
+
- improve ReferenceField wrong usage detection
14
+
- Fix no_dereference thread-safetyness #2830
15
+
- BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
16
+
- BREAKING CHANGE: Force `field` argument of ListField/DictField to be a field instance (e.g ListField(StringField()) instead of ListField(StringField)
0 commit comments