diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-20 15:53:28 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-20 15:53:28 -0400 |
commit | 2021dccc5a444f60c5ba1673d94b39999912cd26 (patch) | |
tree | 5d805496f001456baa83c0776a32bdb24511511b /ChangeLog | |
parent | a0124b45f9dab8a0f7d4879d4ea147b414b25bf2 (diff) |
Move subtask forecast to a plugin
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,9 +10,10 @@ New features: * Added API procedures: getMyOverdueTasks, getOverdueTasksByProject and GetMyProjects * Added user API access for procedure getProjectActivity() -Breaking changes: +Core functionalities moved to plugins: -* Budget planning is now a plugin and it's not part of core +* Budget planning: https://github.com/kanboard/plugin-budget +* SubtaskForecast: https://github.com/kanboard/plugin-subtask-forecast Improvements: |