Skip to content

Commit

Permalink
Merge pull request #16 from reynir/prepare-v0.2.0
Browse files Browse the repository at this point in the history
Update CHANGES.md in preparation of v0.2.0
  • Loading branch information
reynir committed Mar 21, 2024
2 parents 82672a6 + cb1b59b commit 1ef79f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.2.0

- 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 `connect` and `subpartition` no longer return pairs. Instead,
`connect` returns a partition representing the whole block device.
`subpartition` then takes labelled arguments `~start` and `~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.

## v0.1.0

- Initial release

0 comments on commit 1ef79f2

Please sign in to comment.