Quellcode durchsuchen

Update changelog

shalvah vor 5 Jahren
Ursprung
Commit
16cfc4f4da
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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)