Skip to content

Commit

Permalink
Release v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 2, 2017
1 parent 0ce61aa commit c90f186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.9.3 (2016-12-24)

* Bug fixes
* Once again support any name for atom forms

## v2.9.2 (2016-12-24)

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/phoenix_html/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ defmodule Phoenix.HTML.Form do
end
end

def input_value(name, field) when is_atom(name),
def input_value(name, _field) when is_atom(name),
do: nil

@doc """
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PhoenixHtml.Mixfile do
use Mix.Project

# Also change package.json version
@version "2.9.2"
@version "2.9.3"

def project do
[app: :phoenix_html,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix_html",
"version": "2.9.2",
"version": "2.9.3",
"main": "./priv/static/phoenix_html.js",
"repository": {
},
Expand Down

0 comments on commit c90f186

Please sign in to comment.