final touches for 1.5.2
This commit is contained in:
parent
b33e6aeed9
commit
89a11e80f8
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
version 1.5.2 (8/21/11)
|
||||||
|
- correctly process UTC "Z" ISO8601 date strings (issue 750)
|
||||||
|
|
||||||
version 1.5.1 (4/9/11)
|
version 1.5.1 (4/9/11)
|
||||||
- more flexible ISO8601 date parsing (issue 814)
|
- more flexible ISO8601 date parsing (issue 814)
|
||||||
- more flexible parsing of UNIX timestamps (issue 826)
|
- more flexible parsing of UNIX timestamps (issue 826)
|
||||||
|
|
|
@ -46,6 +46,11 @@
|
||||||
start: y + '-06-06T10:20:00-02:00',
|
start: y + '-06-06T10:20:00-02:00',
|
||||||
allDay: false
|
allDay: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'U event',
|
||||||
|
start: y + '-06-06T14:30:00Z',
|
||||||
|
allDay: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 999,
|
id: 999,
|
||||||
title: 'Repeating Event',
|
title: 'Repeating Event',
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5.1
|
1.5.2
|
||||||
|
|
Loading…
Reference in a new issue