65 - Add the following types: Generator, Deque, ImmutableDeque. Also support automatic conversion of collections.deque to a field type.
66 block nested updates of immutables explicitly (raise an exception). For example, if we have m: ImmutableMap[String, Deque], then attempting to update the nested deque values will raise exception. Previously it failed silently, but that's confusing for a developer.