From bd9a6532c83c85d18e39e4a8468810f5bc4e0d7c Mon Sep 17 00:00:00 2001 From: Edwin Hoogerbeets Date: Fri, 19 Oct 2018 10:41:27 -0700 Subject: [PATCH] Added missing relnotes for 14.1.0 --- docs/ReleaseNotes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index fb5baa432e..08a4ba4b77 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -1,6 +1,23 @@ Release Notes for Version 14 ============================ +Build 002 +------- +Published as version 14.1.0 + +New Features: +* New top-level entry point + * You can now require("ilib") directly instead of requiring the file that installs the loader. (ie. + ilib/lib/ilib-node.js for node, or ilib/lib/ilib-qt.js for qt, etc.) + * The top-level entry point will figure out which environment it is running in and automatically install + the appropriate loader. + * Allows ilib to run in node or within a webpack bundle without changes + * Allows clients to just require ilib classes directly without first requiring the loader installer + +Bug Fixes +* Restored a missing mapping from the the native name for "Japan" to the ISO code "JP" in the nativecountries.json + * Fixes address parsing for Japan + Build 001 ------- Published as version 14.0.0