1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #2565: Improved rendering of Markdown tables

This commit is contained in:
Jeremy Stretch
2018-11-13 11:02:48 -05:00
parent 0c33af2140
commit 2fce7ebd8f
11 changed files with 23 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ v2.4.8 (FUTURE)
* [#2473](https://github.com/digitalocean/netbox/issues/2473) - Fix encoding of long (>127 character) secrets
* [#2558](https://github.com/digitalocean/netbox/issues/2558) - Filter on all tags when multiple are passed
* [#2565](https://github.com/digitalocean/netbox/issues/2565) - Improved rendering of Markdown tables
* [#2575](https://github.com/digitalocean/netbox/issues/2575) - Correct model specified for rack roles table
---