Fixes #2473: Fix encoding of long (>127 character) secrets

This commit is contained in:
Jeremy Stretch
2018-11-07 13:44:16 -05:00
parent c4ddfb96ad
commit 875dcb5638
3 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
v2.4.8 (FUTURE)
## Bug Fixes
* [#2473](https://github.com/digitalocean/netbox/issues/2473) - Fix encoding of long (>127 character) secrets
---
v2.4.7 (2018-11-06)
## Enhancements