Skip to content

Commit 2dc3fd2

Browse files
committed
Update CHANGELOG
1 parent e61ed47 commit 2dc3fd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ Now any application can use your formatter as follows:
128128

129129
Finally, the `Code` module has also been augmented with two functions: `Code.string_to_quoted_with_comments/2` and `Code.quoted_to_algebra/2`. Those functions allow someone to retrieve the Elixir AST with their original source code comments, and then convert this AST to formatted code. In other words, those functions provide a wrapper around the Elixir Code Formatter, supporting developers who wish to create tools that directly manipulate and custom format Elixir source code.
130130

131+
## v1.13.2 (2021-12-14)
132+
133+
### 1. Bug fixes
134+
135+
#### Elixir
136+
137+
* [Keyword] The recently added `Keyword.map/2`, `Keyword.reject/2`, and `Keyword.filter/2` have been deprecated. Use the equivalent `Enum` functions instead
138+
* [Map] The recently added `Map.map/2`, `Map.reject/2`, and `Map.filter/2` have been deprecated. Use `Map.new/2` and/or the equivalent `Enum` functions instead
139+
131140
## v1.13.1 (2021-12-14)
132141

133142
### 1. Bug fixes

0 commit comments

Comments
 (0)