Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 22, 2024
1 parent 289baab commit 882f50c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### Changed

- Added more labels to the `Vcs.Graph` signature (#37, @mbarbin).
- Rename `tips` to `leaves` to designate nodes without children (#37, @mbarbin).
- Remove `base` dependency from `vcs` and provider libraries (#36, @mbarbin).
- Moved `Or_error` related modules to `Vcs_base` (#35, @mbarbin).
- Provider interfaces now uses `Vcs.Result` type instead of `Or_error` (#34, @mbarbin).
Expand All @@ -18,10 +20,12 @@

### Fixed

- Fixed some odoc warnings related to `Vcs_base` (#37, @mbarbin).
- Changed some exceptions raised by the `vcs` related libraries to the `Vcs.E` exception (#34, @mbarbin).

### Removed

- Removed `Vcs.For_test` and merged it into `Vcs_test_helpers` (#37, @mbarbin).
- Removed `Vcs.Exn.raise_s` since it is causing `bisect_ppx` unvisitable points (#34, @mbarbin).
- Removed package `vcs-arg` and inline what's needed directly in `vcs-command` (#28, @mbarbin).

Expand Down

0 comments on commit 882f50c

Please sign in to comment.