Browse Source

Update changelog

shalvah 5 years ago
parent
commit
16cfc4f4da
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Removed
 
+## [3.12.0] - Sunday, 25 August 2019
+### Fixed
+- Specifying an `@group` for a method no longer requires you to add the description. (https://github.com/mpociot/laravel-apidoc-generator/pull/556)
+- Pass the verbosity level down to the Collision library. (https://github.com/mpociot/laravel-apidoc-generator/pull/556)
+
 ## [3.11.0] - Friday, 9 August 2019
 ### Added
 - Support for query parameters in the bash template (https://github.com/mpociot/laravel-apidoc-generator/pull/545)