summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2018-12-19 11:49:45 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-12-19 11:49:45 +0100
commit8442ac1f2179cdc3307d4020d137ef3e063be646 (patch)
tree1df0bb5956e16bc0b9e4d466a71e2aa9fa09b567
parent5cff20518c850352033815d0dac64753b39e166b (diff)
downloadraven-8442ac1f2179cdc3307d4020d137ef3e063be646.tar.gz
doc: Add changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7c8a73..02367f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
* [Core] Fixed stackframes in some situations being in inverse order.
* [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals).
+* [Core] No longer send NaN local vars as non-standard JSON.
6.9.0 (2018-05-30)
------------------