From 01ccfcebd45b8de0a6846d0f33b9daf74673dcc1 Mon Sep 17 00:00:00 2001 From: Ulisses Herrera Freire de Almeida Date: Thu, 26 Jun 2014 18:34:02 -0300 Subject: [PATCH] Add CHANGELOG entry for custom namespaces for custom inputs --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b71e158b..ed059627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 3.1.0.rc1 +## 3.1.0.rc2 ### enhancements + * Add custom namespaces for custom inputs feature. [@vala](https://github.com/vala) * Add `:unless_blank` option to the wrapper API. [@IanVaughan](https://github.com/IanVaughan) * Add support to html markup in the I18n options. [@laurocaetano](https://github.com/laurocaetano) * Add the `full_error` component. [@laurocaetano](https://github.com/laurocaetano)