0.6.0
    - Server changed URLs and forms on 2013-07-27 due to upgrade to
      2.6.1-redhat-4.1 version. The client code has been adjusted. It does not
      work with older server versions.
    - Because of changes on the server, the total working time (the daily and
      monthly ones) are calculated on client side now. The client does not
      update daily working times when updating data on the server.
    - Showing time sheet copes with time sheet subsystem outage better.
    - The --comment option is interpreted according to locale now.

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 
