Skip to content

Commit

Permalink
Use proper version in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 6, 2023
1 parent c8fdbe3 commit 823fbc8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ 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
* [Phoenix.Controller] Fix filename when sending downloads with non-ascii names
* [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
Expand All @@ -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
Expand Down

0 comments on commit 823fbc8

Please sign in to comment.