docs: add quota panic fix changelog entry (#14485)

See https://github.com/hashicorp/nomad-enterprise/pull/839 for original
(Enterprise only)
This commit is contained in:
Michael Schurter
2022-09-07 17:04:46 -07:00
committed by GitHub
parent 0029de8a5f
commit cde9f6c594

3
.changelog/_839.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note: bug
quotas (Enterprise): Fixed a server crashing panic when updating and checking a quota concurrently.
```