Files
meteor/scripts/admin/notices.json
2013-04-10 10:29:09 -07:00

22 lines
632 B
JSON

[
{
"release": "0.6.0",
"notices": [
"Variables declared with `var` at the outermost level of a JavaScript",
"source file are now private to that file. Remove the `var` to share",
"a value between files."
]
},
{
"release": "0.6.1"
},
{
"COMMENT": "this one has not yet been released, mostly just giving an example of package-specific notices, delete this comment when we release",
"release": "0.6.2",
"packageNotices": {
"d3": ["The d3 package has been upgraded to 3.1.4. See ",
"https://github.com/mbostock/d3/wiki/Upgrading-to-3.0"]
}
}
]