Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Json.Microsoft/ChangeLog')
-rw-r--r--mcs/class/System.Json.Microsoft/ChangeLog29
1 files changed, 0 insertions, 29 deletions
diff --git a/mcs/class/System.Json.Microsoft/ChangeLog b/mcs/class/System.Json.Microsoft/ChangeLog
deleted file mode 100644
index 3782149ab0f..00000000000
--- a/mcs/class/System.Json.Microsoft/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-2010-04-01 Miguel de Icaza <miguel@novell.com>
-
- * JsonValue.cs: We need to use Convert.ToXXXX for numbers as we
- always end up reporting the value JsonType.Number regardless of
- the underlying storage (int, long or decimal). The parser
- picks the best storage suitable for the data, and can end up using
- "ints" for values that sometimes use longs.
-
- This causes problems when derefercing the data for example, if you
- have an int and try to get it out as a long you end up with an
- invalid cast exception.
-
-2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Json.dll.sources : remove JsonReader.cs.
-
-2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : reference System.Xml and System.ServiceModel.Web (for
- moonlight compatibility).
-
-2009-08-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : update profile check.
-
-2008-06-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * System.Json.dll.sources, Makefile : initial checkin.
-