Files
meteor/scripts/admin/notices.json
Avital Oliver a163c78dd0 0.6.1
2013-04-08 10:42:07 -07:00

14 lines
283 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"
}
]