Closed yanganto closed 1 month ago
this does not affect the serialization format i assume? otherwise we need a breaking change note and adapt docs
You are correct. The serialization format does not change.
The crate now supports all kind of attributes on patch, Option<NestingStruct>
fields, and more operators (+
, and <<
) on patch in the later versions.
Gitui uses a simple not nesting struct for the config, and does not manipulate on multiple patches, so the only change is the macro syntax.
update for latest syntax