summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2023-04-27 21:41:32 +0200
committerJosé Valim <jose.valim@dashbit.co>2023-04-27 21:41:37 +0200
commitea4d5ad3e41bc39ff2aec4b2c5d5aa36dafe34a0 (patch)
tree6653d3f1fc79a6deaed52136155b018547cf0712
parent4df57ead677c7e73a5fbd9af7210f745d9669b1d (diff)
downloadelixir-ea4d5ad3e41bc39ff2aec4b2c5d5aa36dafe34a0.tar.gz
Fix typo, closes #12535
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 040590563..8c460d24d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ This release requires Erlang/OTP 24 and later.
Elixir v1.15 is a smaller release with focused improvements
on compilation and boot times. This release also completes
our integration process with Erlang/OTP logger, bringing new
-features such as log rotation and compactation out of the box.
+features such as log rotation and compaction out of the box.
Finally, you will also find additional convenience functions in
`Map`, `Keyword`, all Calendar modules, and others.
@@ -53,7 +53,7 @@ TODO.
## Integration with Erlang/OTP logger
This provides additional features such as global logger metadata and
-file logging (with rotation and compactation) out-of-the-box! See
+file logging (with rotation and compaction) out-of-the-box! See
the `Logger` documentation for more information.
TODO: Mention :console vs Logger.Backends.Console