From 9a36b774aee1b3a115a04caf7612ff6fed943cb5 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 12 Dec 2013 11:30:26 -0800 Subject: [PATCH] include details of atoms as strings in CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 06c27b6..438b7dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ v1.4.5 * various fixes to typespecs uncovered by dialyzer * allow integer keys during encoding +* convert atoms (other than `true`, `false` and `null`) to strings during encoding v1.4.4