Closed
Description
Please consider to update your CHANGELOG even for commits/PR that are not yet published.
Following pseudo-standard https://keepachangelog.com/en/1.0.0/ and especially the Unreleased
section.
That will allows to other project that use the graphp/graph
master branch to upgrade it easily!
Main reason, is of course changes occured with :
- Remove all custom Exception classes, use built-in Exceptions instead #193
- Remove
Vertices
andEdges
collection classes, use plain arrays instead #195
Thanks in advance