Skip to content

Commit 94a11b1

Browse files
authored
Fixed headers in changelog
1 parent 2d658ed commit 94a11b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.1.0
22

3-
** Improved strict mode **
3+
### Improved strict mode
44

55
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:
66

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

26-
** Other changes
26+
### Other changes
2727

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

0 commit comments

Comments
 (0)