Skip to content

Commit

Permalink
Reword docs
Browse files Browse the repository at this point in the history
Co-Authored-By: Hong Minhee <hong.minhee@gmail.com>
  • Loading branch information
earlbread and dahlia committed Jul 3, 2019
1 parent 395299b commit 9c8b25d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Expand Up @@ -37,10 +37,11 @@ To be released.
an extension method of the same name.
- Added `IStore.IterateStateReferences()` method.
- `Swarm` constructor became to receive `BlockChain<T>`. [[#324]]
- `Swarm` became to have type parameter `T` that reprsents action type as
- `Swarm` became to have type parameter `T` to represent an action type as
like as `BlockChain<T>`. [[#324]]
- Methods that take `BlockChain<T>` as a parameter in `Swarm` no longer take
`BlockChain<T>`. And they are no longer the generic methods. [[#324]]
- Methods in `Swarm` that had taken a parameter of `BlockChain<T>` type
became to neither longer take `BlockChain<T>` nor a generic method.
Because the `Swarm` constructor takes it instead. [[#324]]

### Added interfaces

Expand Down

0 comments on commit 9c8b25d

Please sign in to comment.