Skip to content

Commit 7b2c477

Browse files
committed
v5.1.1
### Changes * Remove requirement to assign CSRF token from the Service Provider as it might be loaded before session middleware is ready. * Don't depends on concretes `UrlGenerator` in `Collective\Html\FormBuilder`. * `HTML::dl()` now supports multiple descriptions per term. * first character capitalization in month names for `Form::selectMonth()`. Signed-off-by: crynobone <crynobone@gmail.com>
1 parent 0b17739 commit 7b2c477

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This changelog references the relevant changes (bug and security fixes) done to `html`.
44

55

6+
## 5.1.1 - 2015-11-06
7+
8+
### Changes
9+
10+
* Remove requirement to assign CSRF token from the Service Provider as it might be loaded before session middleware is ready.
11+
* Don't depends on concretes `UrlGenerator` in `Collective\Html\FormBuilder`.
12+
* `HTML::dl()` now supports multiple descriptions per term.
13+
* first character capitalization in month names for `Form::selectMonth()`.
14+
615
## 5.1.0 - 2015-11-02
716

817
### New

0 commit comments

Comments
 (0)