final touches for 1.5.2

master v1.5.2
Adam Shaw 2011-08-21 22:06:09 -07:00
parent b33e6aeed9
commit 477c2960a8
3 changed files with 9 additions and 1 deletions

View File

@ -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)
- more flexible ISO8601 date parsing (issue 814)
- more flexible parsing of UNIX timestamps (issue 826)

View File

@ -46,6 +46,11 @@
start: y + '-06-06T10:20:00-02:00',
allDay: false
},
{
title: 'U event',
start: y + '-06-06T14:30:00Z',
allDay: false
},
{
id: 999,
title: 'Repeating Event',

View File

@ -1 +1 @@
1.5.1
1.5.2