Skip to content

Commit

Permalink
Add v4.0.0-beta.3 and v4.0.0-beta.4 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Feb 21, 2022
1 parent 0e795c5 commit 15b0186
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ Some notable changes going from 2.x to 3.x
- Defining a validation for a nested key worked before with {'something.else': ValidationFunc} and now it only works when defining as an object: { something: { else: validationFunc } }.


## v4.0.0-beta.4 (2022-02-14)

#### :rocket: Enhancement
* [#638](https://github.com/poteto/ember-changeset/pull/638) Bump validated-changeset 1.1.2 ([@snewcomer](https://github.com/snewcomer))
* [#635](https://github.com/poteto/ember-changeset/pull/635) 🏷️ Add more typings to the `ember-changeset` module ([@bartocc](https://github.com/bartocc))

#### Committers: 2
- Julien Palmas ([@bartocc](https://github.com/bartocc))
- Scott Newcomer ([@snewcomer](https://github.com/snewcomer))


## v4.0.0-beta.3 (2022-02-09)

#### :bug: Bug Fix
* [#634](https://github.com/poteto/ember-changeset/pull/634) Update validated-changeset version to v1.1.1 ([@linainu](https://github.com/linainu))

#### Committers: 2
- Polina Voropaeva ([@linainu](https://github.com/linainu))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))


## v4.0.0-beta.2 (2022-01-24)

#### :rocket: Enhancement
Expand Down

0 comments on commit 15b0186

Please sign in to comment.