Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 11, 2013
1 parent 0cb7334 commit 2596ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ you spot any mistakes.
([#72](https://github.com/clue/graph/issues/72))

* BC break: Remove all occurances of `getNumberOfVertices()` and
`getNumberOfEdges` ([#75](https://github.com/clue/graph/issues/75) and
`getNumberOfEdges()` ([#75](https://github.com/clue/graph/issues/75) and
[#48](https://github.com/clue/graph/issues/48)):

| Old name | New name |
|---|---|
| `$set->getNumberOfVertices()` | `count($set->getVertices())` |
Expand Down

0 comments on commit 2596ea0

Please sign in to comment.