[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Json / ChangeLog
1 2010-04-01  Miguel de Icaza  <miguel@novell.com>
2
3         * JsonValue.cs: We need to use Convert.ToXXXX for numbers as we
4         always end up reporting the value JsonType.Number regardless of
5         the underlying storage (int, long or decimal).   The parser
6         picks the best storage suitable for the data, and can end up using
7         "ints" for values that sometimes use longs. 
8
9         This causes problems when derefercing the data for example, if you
10         have an int and try to get it out as a long you end up with an
11         invalid cast exception.
12
13 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * System.Json.dll.sources : remove JsonReader.cs.
16
17 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * Makefile : reference System.Xml and System.ServiceModel.Web (for
20           moonlight compatibility).
21
22 2009-08-13  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * Makefile : update profile check.
25
26 2008-06-10  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * System.Json.dll.sources, Makefile : initial checkin.
29