From 5f2a99c4a6cd9eb65129ec57fa554b4656abd893 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Wed, 8 Nov 2017 14:14:19 +0000 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 664ab86..a678749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file, from 0.2.0. +## [5.3.0] - 2017-11-08 + - Adds configuration options `enable_event_as_json_keyword` and `event_as_json_keyword` + - Adds BigDecimal support + - Adds additional logging for debugging purposes (with thanks to @mlkmhd's work) + ## [5.2.1] - 2017-04-09 - Adds Array and Hash to_json support for non-sprintf syntax