Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheoni committed Jan 3, 2025
1 parent 18f2db7 commit b6a3dc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
included checks too.
- Fix ingredients aliases from aisle configuration not being merged in
`IngredientList`. (#24 @kaylee-kiako)
- Remove many dependencies, binaries should be smaller.
- (breaking) Change `Quantity` API.
- `value` is not a getter.
- `unit` returns the unit text
- `unit_info` (new method) returns the `Unit` value with a runtime lookup.
- (breaking) Rename `TEMPERATURE` extension with `INLINE_QUANTITIES`. Now all
inline quantities are found, not only temperatures. You may need to update
your application to handle this.

## 0.14.0 - 2024/12/11

Expand Down

0 comments on commit b6a3dc1

Please sign in to comment.