Fixes #4343: Fix Markdown support for tables

This commit is contained in:
Jeremy Stretch
2020-03-11 09:52:02 -04:00
parent a504f5f309
commit 79aba5edf2
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#4340](https://github.com/netbox-community/netbox/issues/4340) - Enforce unique constraints for device and virtual machine names in the API
* [#4343](https://github.com/netbox-community/netbox/issues/4343) - Fix Markdown support for tables
## v2.7.10 (2020-03-10)