Release v3.2.0

This commit is contained in:
José Valim 2015-09-22 15:15:52 +02:00
parent 2e808f0bcf
commit e81af052f4
3 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
## master
## 3.2.0
## enhancements
## bug fix
### bug fix
* Improve performance of input generation by disabling support for `_html` translations. This reverts the feature introduced on the 3.1.0 branch
## 3.1.1
@ -16,7 +15,7 @@
HTML5 compatibility is explicitly enabled. [@ericsullivan](https://github.com/ericsullivan)
* The datetime, date, and time inputs now have a nice format by default on bootstrap.
[ulissesalmeida](https://github.com/ulissesalmeida) [eltonchrls](https://github.com/eltonchrls)
[@ulissesalmeida](https://github.com/ulissesalmeida) [@eltonchrls](https://github.com/eltonchrls)
* Now it is possible to set custom input mappings for collections.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (3.2.0.dev)
simple_form (3.2.0)
actionpack (~> 4.0)
activemodel (~> 4.0)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.2.0.dev".freeze
VERSION = "3.2.0".freeze
end