Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Jun 5, 2022
1 parent 74a9284 commit 69ecde4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ id: changelog
title: Changelog
---

### `v3.12.0`

- ✨ added [`A.all`](/api/array/#all)
- ✨ added [`A.any`](/api/array/#any)
- ✨ added [`A.difference`](/api/array/#difference)
- ✨ added [`A.intersection`](/api/array/#intersection)
- ✨ added [`A.union`](/api/array/#union)
- ♻️ various tweaks to TypeScript signatures ([`F.defaultTo`](/api/function/#defaultto), [`F.when`](/api/function/#when), [`F.unless`](/api/function/#unless))

### `v3.11.0`

- ✨ added a possibility for using either immutable or mutable arrays by default (read more [here](/docs/getting-started/config#immutable-vs-mutable))
Expand Down

0 comments on commit 69ecde4

Please sign in to comment.