Skip to content

Commit

Permalink
Release v1.13.0-rc.0
Browse files Browse the repository at this point in the history
josevalim committed Nov 1, 2021
1 parent d7fea95 commit 5062a15
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ Now any application can use your formatter as follows:

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.

## v1.13.0-dev
## v1.13.0-rc.0 (2021-11-01)

### 1. Enhancements

1 change: 1 addition & 0 deletions lib/elixir/pages/compatibility-and-deprecations.md
Original file line number Diff line number Diff line change
@@ -187,3 +187,4 @@ Version | Deprecated feature | Replaced by (ava
[v1.10]: https://github.com/elixir-lang/elixir/blob/v1.10/CHANGELOG.md#4-hard-deprecations
[v1.11]: https://github.com/elixir-lang/elixir/blob/v1.11/CHANGELOG.md#4-hard-deprecations
[v1.12]: https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md#4-hard-deprecations
[v1.13]: https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md#4-hard-deprecations

0 comments on commit 5062a15

Please sign in to comment.