Fix 4549 webhook body encode in utf-8

This commit is contained in:
kobayashi
2020-04-29 00:06:26 -04:00
parent 4971054c34
commit 39ea14202e
3 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
### Bug Fixes
* [#4527](https://github.com/netbox-community/netbox/issues/4527) - Fix assignment of certain tags to config contexts
* [#4549](https://github.com/netbox-community/netbox/issues/4549) - Fix encoding unicode webhook body data
---