Skip to content

Commit

Permalink
pull in changelog from 0.9.14 and 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evs-chris committed May 3, 2018
1 parent 4027fdd commit 519588c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# changelog

# 0.10.2

* Bug fixes
* Reference expression models will no longer re-register themselves exponentially when they are shuffled or relinked (#3232)
* `on-load` events are no longer defered because `load` events typically only fire once, possibly as soon as the element is attached to the DOM (#3233)


# 0.9.14

* Bug fixes
* Expressions in static mappings will no longer leak (#3201)
* Reference expressions will now cause their source model to shuffle if necessary (#3234)


# 0.10.1

* Breaking changes
Expand Down

0 comments on commit 519588c

Please sign in to comment.