You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* allow editing info for api managed teams
* add a team description field [MYSQL SCHEMA CHANGE]
* modify tests [MYSQL SCHEMA CHANGE]
* add multi-team scheduler
* use py image
* add changelog
* py img
* fix typo
* add test
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [2.1.6] - 2024-03-11
5
+
6
+
### Added
7
+
- New multi-team scheduler type which allows checking all teams for potential scheduling conficts when scheduling events. The new multi-team schema should be inserted into the `schema` table as shown in db/schema.v0.sql
8
+
### Changed
9
+
10
+
### Fixed
11
+
4
12
5
13
## [2.0.0] - 2023-06-06
6
14
WARNING: this version adds a change to the MYSQL schema! Make changes to the schema before deploying new 2.0.0 version.
0 commit comments