diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 10:11:07 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 10:11:07 -0500 |
commit | 948b7fbaaa58c0a825938f7e8bda9a07ec39239b (patch) | |
tree | 15eb1d245dac847d92c606fff85c65a7d9e0f79b /ChangeLog | |
parent | de128dbad860478496a0d655b5eb5c1005ebbabe (diff) |
Add mandatory argument "project_id" to API method "updateSwimlane()"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ Breaking changes: * Previous default swimlanes are migrated to an independent swimlane * Columns "default_swimlane" and "show_default_swimlane" from "projects" table are not used anymore * Remove API method "getDefaultSwimlane()" +* Add mandatory argument "project_id" to API method "updateSwimlane()" Bug fixes: |