Skip to content

Commit

Permalink
added missing method in the UPGRADE file for 2.2 (closes symfony#8941)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 13, 2013
1 parent 454fbff commit c27cd09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UPGRADE-2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,9 @@
}
```

* The method `ExecutionContext::addViolationAtSubPath()` was deprecated and
will be removed in Symfony 2.3. You should use `addViolationAt()` instead.
* The methods `ExecutionContext::addViolationAtSubPath()` and
`ExecutionContext::addViolationAtPath()` were deprecated and will be
removed in Symfony 2.3. You should use `addViolationAt()` instead.

Before:

Expand Down

0 comments on commit c27cd09

Please sign in to comment.