From 4c6d0148996b50aee4102a9a026cf4ec20825795 Mon Sep 17 00:00:00 2001 From: Jeremy Whitlock Date: Wed, 3 Jan 2018 10:40:48 -0700 Subject: [PATCH] Update release notes for PR #129 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8853985..ea9a438 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ ## Release Notes +### TBD + +* Fix bug where objects containing a `length` property were not processed properly *(PR #129)* + ### v3.0.2 (2017-10-11) * Fix bug where local references containing remote references were unresolved *(Issue #125)*