Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Sokullu committed Jul 23, 2017
2 parents 49bca62 + a3b4cdf commit 6df5d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ To get the diff between two versions, go to https://github.com/phonetworks/pho-f
* The {ParticleName}/{EdgeName}Out folder structure to define edges is now replaced with the explicit "registerOutgoingEdge" method only.
* Particle's ```registerHandlerAdapter(string $class)``` method is replaced with ```registerHandler(string $class)```.
* Two new signals; outgoing_edge.registered and edge.registered
* ParticleTrait __construct (which was imported by particles via "particleConstructor" name) is now named as: "initializeParticle".
* ParticleTrait \_\_construct (which was imported by particles via "particleConstructor" name) is now named as: "initializeParticle".
* The internals of OutgoingEdgeLoader simplified.
* Documentation (under docs/) updated to reflect the latest API changes.
* Unit tests updated to reflect the latest changes in the API.

## 8.0 to 8.1

* Support for autoRegisterOutgoingEdges back. The directory structure {particle_name}Out/\* would be parsed for outgoing edges.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.1.1

0 comments on commit 6df5d2c

Please sign in to comment.