From 823fbc84d4e0193f46b74aed069834ff28a903f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 6 Oct 2023 13:16:19 +0200 Subject: [PATCH] Use proper version in CHANGELOG --- CHANGELOG.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41869e68a8..2af2ec44f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ styled with Tailwind CSS by default. You can opt-out of Tailwind CSS with the `- flag (the Tailwind CSS classes are kept in the generated components as reference for future styling). -## 1.7.9-dev +## 1.7.8 ### Bug fixes * [Phoenix.ChannelTest] Stringify lists when pushing data @@ -54,6 +54,7 @@ future styling). * [Phoenix.CodeReloader] Remove duplicate warnings on recent Elixir versions * [Phoenix.CodeReloader] Do not crash code reloader if file information is missing from diagnostic * [Phoenix.Logger] Do not crash when status is atom + * [phx.gen.release] Fix `mix phx.gen.release --docker` failing with `:http_util` error on Elixir v1.15 * [phx.gen.*] Skip map inputs in generated forms as there is no trivial matching input * [phx.new] Fix tailwind/esbuild config and paths in umbrella projects * [phx.new] Do not render `th` for actions if actions are empty @@ -62,22 +63,15 @@ future styling). * [Phoenix] Allow latest `plug_crypto` * [Phoenix.Endpoint] Support dynamic socket drainer configuration * [Phoenix.Logger] Change socket serializer/version logs to warning + * [Phoenix.VerifiedRoutes] Add support for static resources with fragments in `~p` * [phx.gen.schema] Support `--repo` and `--migration-dir` flags * [phx.new] Allow `<.input type="checkbox">` without `value` attr in core components * [phx.new] Allow UTC datetimes in the generators * [phx.new] Automatically migrate when release starts when using sqlite 3 * [phx.new] Allow ID to be assigned in flash component + * [phx.new] Add `--adapter` flag for generating application with bandit * [phx.routes] Support `--method` option -## 1.7.8 - -### Bug Fixes - * Fix `mix phx.gen.release --docker` failing with `:http_util` error on Elixir v1.15 - -## Enhancements - * [Phoenix.VerifiedRoutes] Add support for static resources with fragments in `~p` - * [phx.new] Add `--adapter` flag for generating application with webservers like bandit - ## 1.7.7 (2023-07-10) ## Enhancements