diff --git a/Changes b/Changes index 09d5399..3ee65a2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for App::TimeTracker {{$NEXT}} + - remove old corner case when an unknown project is passed explicitly (Thomas Klausner) + - Set the project attribute from config file if possible (Zakariyya Mughal) + - Add flag to init command to set project name (Zakariyya Mughal) + - Output projects.json using canonical setting (Zakariyya Mughal) + - Tell users to submit bugs via GitHub (Paul Cochrane) + - remove german KW, simplify week-start/stop calc (Thomas Klausner) + 3.009 2021-01-24 19:53:24+01:00 - add week-overview as report-option (Thomas Mantl) diff --git a/lib/App/TimeTracker.pm b/lib/App/TimeTracker.pm index 20ecbfb..9369806 100644 --- a/lib/App/TimeTracker.pm +++ b/lib/App/TimeTracker.pm @@ -435,4 +435,4 @@ L =head1 CONTRIBUTORS -Maros Kollar, Klaus Ita, Yanick Champoux, Lukas Rampa, David Schmidt, Michael Kröll, Thomas Sibley, Nelo Onyiah, Jozef Kutej, Roland Lammel, Ruslan Zakirov, Kartik Thakore, Tokuhiro Matsuno, Paul Cochrane, David Provost, Mohammad S Anwar, Håkon Hægland, Thomas Mantl +Maros Kollar, Klaus Ita, Yanick Champoux, Lukas Rampa, David Schmidt, Michael Kröll, Thomas Sibley, Nelo Onyiah, Jozef Kutej, Roland Lammel, Ruslan Zakirov, Kartik Thakore, Tokuhiro Matsuno, Paul Cochrane, David Provost, Mohammad S Anwar, Håkon Hægland, Thomas Mantl, Zakariyya Mughal