Skip to content

Commit

Permalink
final touches for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Aug 22, 2011
1 parent b33e6ae commit 477c296
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.txt
@@ -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)
Expand Down
5 changes: 5 additions & 0 deletions tests/sources.html
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
1.5.1
1.5.2

0 comments on commit 477c296

Please sign in to comment.