v0.2.3
Immutable
release. Only release title and notes can be modified.
Fixed
- Keep an assignment that rebinds a name also bound by a sibling in its original
position relative to that sibling. For exampleten = cachedproperty(ten, ...)
followingdef tennow stays after the method it wraps instead of being hoisted
ahead of it (which raisedNameErrorand changed which binding wins). Property
getter/setter/deleter groups, which carry no assignment, are still ordered by their
sort key.