Skip to content

Commit

Permalink
Fixed headers in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Feb 3, 2017
1 parent 2d658ed commit 94a11b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# 3.1.0

** Improved strict mode **
### Improved strict mode

Strict mode has been relaxed a bit in this release. Also computed values can now better handle creating new observables (in an action if needed). The semantics are now as follows:

Expand All @@ -23,7 +23,7 @@ Note that the following constructions are still anti patterns, although MobX won
Note that observables that are not in use by a reaction, but that have `.observe` listeners attached, do *not* count towards being observed.
Observe and intercept callbacks are concepts that do not relate to strict mode, actions or transactions.

** Other changes
### Other changes

* Reactions and observable values now consider `NaN === NaN`, See #805 by @andykog
* Merged #783: extract error messages to seperate file, so that they can be optimized in production builds (not yet done), by @reisel, #GoodnessSquad
Expand Down

0 comments on commit 94a11b1

Please sign in to comment.