Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Apr 19, 2024
1 parent 098d03e commit ca5b0c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## To be released

...

---

## 0.2.0

**This update contains breaking changes**

### New features
Expand Down Expand Up @@ -66,6 +72,11 @@ aspects of the project</sup>
- add support for incomplete vertex orbits in `Orbit2` implementation (#36)
- remove `darts`, `embed` modules and their content (#42)
- move ID aliases to `cells` and `cells::collections` modules
- update the `CMap2` quickstart example (#43)
- change the `CMap2::n_darts` method's return type to be more intuitive (#45)
- add the `CMap2::n_unused_darts` method to provide an alternative to the old method
- remove the `CMap2::set_beta` method because of the lack of valid use case (#45)
- gate the `CMap2::set_betas` behind the `utils` feature (#45)

#### honeycomb-guide

Expand Down

0 comments on commit ca5b0c8

Please sign in to comment.