Skip to content

Commit

Permalink
Released v2.0.11
Browse files Browse the repository at this point in the history
- Implemented Swagger->ref(). $swagger->ref('#/info/contact') === $swagger->info->contact
- Added validation of internal refs.
- Misc typos and improved unittests #357, #399, #402, #407, #423, #424
- Misc improvements to the documentation.
  • Loading branch information
bfanger committed Aug 16, 2017
1 parent 56b0d87 commit d010ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- Implemented Swagger->ref(). $swagger->ref('#/info/contact') === $swagger->info->contact
- Added validation of internal refs.
- Misc typos and improved unittests #399, #402
- Misc typos and improved unittests #357, #399, #402, #407, #423, #424
- Misc improvements to the documentation.

## 2.0.10

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11

0 comments on commit d010ab6

Please sign in to comment.