Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Aug 25, 2023
1 parent a732458 commit e57e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -104,7 +104,7 @@ Map<{ a?: string }>({ a: 'a' }).delete('a'); // you can only delete an optional

#### Are all `Map` methods implemented ?

For now, only `get`, `getIn`, `set`, `update`, `delete` and `remove` methods are implemented. All other methods will fallback to the basic `Map` definition. Other method definition will be added later, but as some might be really complex, we prefer the progressive enhancement on the most used functions.
For now, only `get`, `getIn`, `set`, `update`, `delete`, `remove`, `toJS`, `toJSON` methods are implemented. All other methods will fallback to the basic `Map` definition. Other method definition will be added later, but as some might be really complex, we prefer the progressive enhancement on the most used functions.

## [4.3.3] - 2023-08-23

Expand Down

0 comments on commit e57e7f7

Please sign in to comment.