Skip to content

Commit 3edd1e7

Browse files
committed
Adding stuff to ChangeLog
1 parent 4f6a29f commit 3edd1e7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.4.0 - 2015-07-22
4+
* Added Body to typemap
5+
* Added automatic getters and setters (`$calenderItem->getSubject()` for CalendarItem example)
6+
* Added automatic casting for Start and End in CalendarItem (`$calendarItem->setStart(new \DateTime())` will work)
7+
38
## 0.3.2 - 2015-07-21
49
* Made HttpPlayback to be instanced instead of static (Can make it write to more than one file)
510
* Added Automatic getters and setters for items (Can do $item->getItemId() for example)

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Types
44
* Get autogeneration of types running
5-
* Get type maps for classes ($item->setDate('2015-07-31') will cast to DateTime when needed)
65
* Fill out the classmap for autogenerated types
6+
* Add more items to the typeMap
77

88
## EWSAutoDiscover
99
* Fix this shit up some day

0 commit comments

Comments
 (0)