summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNadrieril2020-04-11 22:58:02 +0100
committerNadrieril2020-06-25 15:12:09 +0100
commit233e17abd5ec68f2a964954fb42c23705e6fa62d (patch)
tree8cd07faea6153c52e2a5445a94f72ca383dba7b3 /CHANGELOG.md
parent9da112a1985124f549254943c81495e637fb43cc (diff)
spec: update encoding of floating point values to RFC7049bis
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ac4b21..f410d16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
#### [Unreleased]
+- Update encoding of floating point values to RFC7049bis
- Allow unions with mixed kinds
- Adjust precedence of `===` and `with`
- Fix running tests on Windows. Developing on this lib should now be possible on Windows.