General Notes
Added some additional features noted below, and continue working on `Warnings` class.
Added
* Added `lineage` property to `PROJWBS` class. Returns list of all ancestor `PROJWBS` objects, including self.
* Added `duration` property to `TASK` class. This will return `remaining_duration` if the task is not started; otherwise, it returns `original_duration`. This is usefull when the remaining duration is unlinked from the original duration in the project settings - in these cases, the remaining duration can be different to the original duration in tasks that have not started.
---