Skip to content

Commit d13b0e1

Browse files
authored
Update CHANGELOG.md
1 parent 56c5412 commit d13b0e1

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
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [3.2.0] - Wednesday, 12 December 2018
17+
### Changed
18+
- API groups are now sorted "naturally" (https://github.com/mpociot/laravel-apidoc-generator/pull/428)
19+
20+
### Fixed
21+
- Partial resource controllers are now properly supported (https://github.com/mpociot/laravel-apidoc-generator/pull/429)
22+
- PUT request body now formatted as `urlencoded` in Postman collection (https://github.com/mpociot/laravel-apidoc-generator/pull/418)
23+
- `@responseFile` strategy now properly renders responses (https://github.com/mpociot/laravel-apidoc-generator/pull/427)
24+
1625
## [3.1.1] - Wednesday, 5 December 2018
1726
### Added
1827
- Ability to specify different responses for different status codes. (https://github.com/mpociot/laravel-apidoc-generator/pull/416)

0 commit comments

Comments
 (0)