File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
crates/stackable-versioned Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
- - Add ` changed() ` action and support for the ` ty ` parameter in the ` renamed() `
10
- action ([ #844 ] ).
9
+ - Add new ` from_type ` parameter to ` changed() ` action ([ #844 ] ).
11
10
- Pass through container and item attributes (including doc-comments). Add
12
11
attribute for version specific docs ([ #847 ] ).
13
12
- Forward container visibility to generated modules ([ #850 ] ).
14
13
14
+ ### Changed
15
+
16
+ - BREAKING: Rename ` renamed() ` action to ` changed() ` and renamed ` from `
17
+ parameter to ` from_name ` ([ #844 ] ).
18
+
15
19
### Fixed
16
20
17
21
- Report variant rename validation error at the correct span and trim underscores
You can’t perform that action at this time.
0 commit comments