mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 02:53:46 +00:00
fix(#30): Ensure kicking a user always works
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<script lang="ts">
|
||||
const changesLog = [
|
||||
{ timestamp: '2024-02-11T19:00:00', message: 'Added celebration when all users have the same estimate (cred: O. Nicholass)' },
|
||||
{
|
||||
timestamp: '2024-02-11T19:00:00',
|
||||
message: 'Added fix to ensure that kicking a user always works'
|
||||
},
|
||||
{
|
||||
timestamp: '2024-02-11T19:00:00',
|
||||
message: 'Added celebration when all users have the same estimate (cred: O. Nicholass)'
|
||||
},
|
||||
{ timestamp: '2024-01-05T00:00:00', message: 'Added the ability to kick a user' },
|
||||
{ timestamp: '2024-01-05T00:00:00', message: 'Added update notes' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user