Skip to content

4.1.0

Compare
Choose a tag to compare
@kata198 kata198 released this 09 Jan 20:41
· 295 commits to master since this release

4.1.0 - Mon Jan 9 2017

  • Fix issue where fields that implemented toStorage (complex IRFields) would sometimes have problems
    doing updates
  • Fix issue where field values that work as-reference (like lists) would be seen to not update. We now make
    a copy in the "_origData" dict, if possible. If doesn't support copy.copy, we fallback to value assignment.
  • Add tests, specifically for IRPickleField with lists where these issues came up