From ceaed90e5d78bfcacdca1bd7ae9d6c32a50be2dd Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 24 Aug 2015 17:04:43 -0700 Subject: [PATCH] add a line to History.md --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index d4900e3ac1..593fe35d8f 100644 --- a/History.md +++ b/History.md @@ -7,6 +7,10 @@ message for more details. ## v.NEXT +* No longer include the `json` package by default, which contains code for + `JSON.parse` and `JSON.stringify`. (The last browser to not support JSON + natively was Internet Explorer 7.) + ### Utilities * New `beforeSend` option to `HTTP.call` on the client allows you to directly