Fixes #13966: Restore 'last login' column on users table

This commit is contained in:
Jeremy Stretch
2023-10-04 14:09:29 -04:00
parent a46255ddda
commit b93b331d86
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## v3.6.4 (FUTURE)
### Bug Fixes
* [#13966](https://github.com/netbox-community/netbox/issues/13966) - Restore "last login" column on users table
---
## v3.6.3 (2023-09-26)