Browse Source

Update changelog

shalvah 6 years ago
parent
commit
392dc6b521
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGELOG.md

+ 2 - 2
CHANGELOG.md

@@ -18,13 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - `@bodyParam` annotation (https://github.com/mpociot/laravel-apidoc-generator/pull/362, https://github.com/mpociot/laravel-apidoc-generator/pull/366)
 - `@authenticated` annotation (https://github.com/mpociot/laravel-apidoc-generator/pull/369)
-- Ability to override the controller `@group` from the method. ()
+- Ability to override the controller `@group` from the method. (https://github.com/mpociot/laravel-apidoc-generator/pull/372)
 
 ### Changed
 - Moved from command-line options to a config file  (https://github.com/mpociot/laravel-apidoc-generator/pull/362)
 - Commands have been renamed to the `apidoc` namespace (previously `api`). (https://github.com/mpociot/laravel-apidoc-generator/pull/350)
 - The `update` command has been renamed to `rebuild` and now uses the output path configured in the config file. (https://github.com/mpociot/laravel-apidoc-generator/pull/370)
-- `@resource` renamed to `@group` ()
+- `@resource` renamed to `@group` (https://github.com/mpociot/laravel-apidoc-generator/pull/371)
 
 ### Fixed