Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 31, 2017
1 parent ce26756 commit b143ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGES


## 0.3.1 (2017-10-xx)
## 0.3.1 (2017-10-30)

* Simplify `ToEnvelope` trait, do not generalize over Message type.

Expand Down
1 change: 1 addition & 0 deletions src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ impl<A> ActorItemsCell<A> where A: Actor, A::Context: AsyncContext<A>

pub fn stop(&mut self) {
if !self.on_stop.is_empty() {
// TODO: better algo
let mut index = 0;
while index < self.items.len() {
if self.on_stop.contains(&self.items[index].0) {
Expand Down

0 comments on commit b143ef7

Please sign in to comment.