Releases: reynir/mirage-block-partition
Releases · reynir/mirage-block-partition
0.2.0
CHANGES:
- BREAKING disconnect no longer disconnects the underlying block device and
instead marks the partition as disconnected. This does not propagate to
subpartitions (#9 @dianaoigo) - BREAKING
connectandsubpartitionno longer return pairs. Instead,
connectreturns a partition representing the whole block device.
subpartitionthen takes labelled arguments~startand~len. While the
"split" semantics has some nice properties it does not fit very well with how
partitions are specified in partition tables (#13 @reynir) - mirage-block-partition-mbr is simplified and no longer checks for overlapping
partitions. The module may be removed or revised in a future release.