0.5.0
    - It's possible to edit time sheet field selectively. Use orangehrm
      --amend option for that purpose. Please note that setting --from or --to
      fields only can confuse the server.
    - New option --work has been added to be able to flip work place state
      using --amend option from trip back to at work.

0.4.0
    - Format time sheet status properly
    - Show day name on time sheet listing
0.3.0
    - Time sheet parsing has been speeded up 8 times. This replaces
      HTML::TreeBuilder::XPath dependency with HTML::TreeBuilder::LibXML.
    - Options --to and --from recognize special values `now' and `boot'. If
      you switch your workstation off, you'll don't have to write time
      manually any more. This adds new dependency User::Utmp.
0.2.0
    - It's possible to select time sheet for any year or month using new
      options --year and --month
    - Time sheet dump shows submission status
    - Time sheet dump normalizes time durations. This requires new run-time
      dependency DateTime::Duration.
    - Time sheet submission implemented with --submit option
    - New --version option added to show version of the library
0.1.1
    - Install executable script
0.1.0
    - First version 
