Skip to content

Commit

Permalink
docs: update changelog for trait enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Oct 12, 2022
1 parent 8d0e839 commit f23ce6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ This release will contain consensus-breaking changes.
resolving several bugs in the old parser and improving performance.
- Documentation will indicate explicitly which Clarity version introduced each
keyword or function.
- Clarity2 improvements to traits (see #3251 for details):
* Trait values can be passed to compatible sub-trait types
* Traits can be embedded in compound types, e.g. `(optional <my-trait>)
* Traits can be assigned to a let-variable
- Fixes to unexpected behavior in traits
* A trait with duplicate function names is now an error (#3214)
* Aliased trait names do not interfere with local trait definitions (#3215)

## Upcoming

Expand Down

0 comments on commit f23ce6a

Please sign in to comment.