blob: 566f217d56b58937f2c5e590715762d741225842 [file] [log] [blame]
Arjun Panday1bf710c2013-02-13 13:31:45 +00001Changes from 0.1.2 to 0.1.3
2---------------------------
3
4** Bug
5 * [FELIX-3898] name parsing issue on BundleDependency
6
7** Improvement
8 * [FELIX-3899] switch to Scala 2.10
9
10Changes from 0.1.1 to 0.1.2
Arjun Panday6164cec2012-11-07 20:08:17 +000011---------------------------
12
13** Bug
Arjun Pandayc129a882012-11-19 15:03:47 +000014 * [FELIX-3764] servicediagnostics plugin does not append the correct context path info to it's javascript files
15 * [FELIX-3767] servicediagnostics plugin should properly handle service properties
Arjun Panday6164cec2012-11-07 20:08:17 +000016
Arjun Panday6164cec2012-11-07 20:08:17 +000017** Improvement
Arjun Pandayc129a882012-11-19 15:03:47 +000018 * complete rewrite
19 * [FELIX-3768] servicediagnostics plugin should detect circular dependencies
20 * doesn't embedd scala, json or jquery anymore
Arjun Pandaybbc976e2012-11-08 16:25:44 +000021
22** Backward compatibility
Arjun Pandayc129a882012-11-19 15:03:47 +000023 * broken: plugin API changed
Arjun Pandaybbc976e2012-11-08 16:25:44 +000024
25Release 0.1.1
Arjun Panday6164cec2012-11-07 20:08:17 +000026-------------
27
28Initial version.