Skip to content

Commit a24b646

Browse files
committed
Update CHANGELOG.md
1 parent 5666860 commit a24b646

File tree

3 files changed

+105
-92
lines changed

3 files changed

+105
-92
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
## CHANGELOG
22

3-
3.4.0 (develop)
4-
------
3+
3.4.1
4+
-----
5+
6+
- [add] Added support for passing MessageBag instances to `withErrors`
7+
- [mod] MethodDispatcher can now look for field classes in multiple namespaces
8+
- [mod] Use objects' `toArray` instead of array casting when possible
9+
- [fix] Fix framework classes overwriting classes predefined on Field classes
10+
- [fix] Fix stability problems that prevented Former form being installed
11+
12+
3.4.0
13+
-----
514

615
- [add] Added `Former::rawOpen` to open a temporary no-framework/no-label form
716
- [add] Added support for camelCase form openers (ie. `verticalOpen` and `vertical_open`)
@@ -10,7 +19,7 @@
1019
- [fix] Various bugfixes related to repopulation
1120
- [fix] Fix various memory and 4.1 compatibility issues
1221

13-
3.3.0 (stable)
22+
3.3.0
1423
-----
1524

1625
- [add] Add ability to pass attributes to a select's options

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"anahkiasen/html-object": "dev-master",
19+
"anahkiasen/html-object": "~1.2.0",
2020
"illuminate/config": "~4",
2121
"illuminate/container": "~4",
2222
"illuminate/http": "~4",

0 commit comments

Comments
 (0)