Skip to content

gix v0.55.1

Compare
Choose a tag to compare
@Byron Byron released this 12 Oct 19:20
· 814 commits to main since this release
4642c0c

New Features

  • Add take_data() to all primitive object types.
    That is the new, most direct way to obtain its data which otherwise
    is immovable.
  • Add detach() and detached() too all object types.
    That way, the detachment API is symmetric.
    It's required to overcome the Drop implementation of each of these types
    which prevents moving data out of the object (easily).

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add take_data() to all primitive object types. (5732303)
    • Add detach() and detached() too all object types. (88f2e6c)