Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 9, 2017
1 parent 28010e2 commit 4c5bedd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.4.0

- ZfrCors will now return a 400 error if an invalid `Origin` value is sent.

# 1.3.1

- Add compatibility with Zend Component Installer

# 1.3.0

- Provides compatibility with ZF3 components (especially ServiceManager v3 and EventManager v3) [#37]
Expand Down
1 change: 0 additions & 1 deletion src/ZfrCors/Exception/InvalidOriginException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
class InvalidOriginException extends DomainException implements ExceptionInterface
{

/**
* @return self
*/
Expand Down

0 comments on commit 4c5bedd

Please sign in to comment.