Skip to content

Commit 336d705

Browse files
author
Mokhtar Tlili
committed
add change log file
1 parent 003ad73 commit 336d705

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.1.0
4+
5+
* Add bundle configurations:
6+
```yaml
7+
# config/packages/request_input.yaml
8+
request_input:
9+
enabled: false # per default true
10+
formats: ['json'] # per default ['json', 'xml', 'form']
11+
```
12+
13+
## 1.0.0
14+
15+
* First Major release

0 commit comments

Comments
 (0)