Skip to content

Commit

Permalink
Fix typos in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Jan 3, 2024
1 parent 92c3a4a commit c3583d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

### Bug fixes

- Fix `Aja.OrdMap.t/2:t` type spec
- Fix `t:Aja.OrdMap.t/2` type spec
- Fix `improper_list_constr` dialyzer warning in `Aja.ord/1`

## v0.6.3 (2024-01-03)

### Enhancements

- Stop using an opaque type for `Aja.Vector.t/1:t` to enable pattern-matching.
Rely on documentation instead, like `Aja.OrdMap.t/2:t`. Thanks @MegaRedHand!
- Stop using an opaque type for `t:Aja.Vector.t/1` to enable pattern-matching.
Rely on documentation instead, like `t:Aja.OrdMap.t/2`. Thanks @MegaRedHand!

## v0.6.2 (2023-03-10)

Expand Down

0 comments on commit c3583d5

Please sign in to comment.