File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 2.8.0 (2024-11-10)
5
+
6
+ * [ #76 ] ( https://github.com/miaow2/netbox-config-diff/issues/76 ) Add in NetBox 4.0 and higher some statistics for diff
7
+ * [ #81 ] ( https://github.com/miaow2/netbox-config-diff/issues/81 ) Fix error in rendering config with several substitutes
8
+ * [ #84 ] ( https://github.com/miaow2/netbox-config-diff/issues/84 ) Strip multiple empty lines in configs
9
+
10
+ ## 2.7.0 (2024-09-29)
11
+
12
+ * [ #79 ] ( https://github.com/miaow2/netbox-config-diff/issues/79 ) Add support for NetBox 4.1
13
+
14
+ This release drops support for NetBox 3.6.
15
+
4
16
## 2.6.0 (2024-07-14)
5
17
6
18
* [ #62 ] ( https://github.com/miaow2/netbox-config-diff/issues/62 ) Add support for NetBox 4.0
Original file line number Diff line number Diff line change 8
8
9
9
__author__ = "Artem Kotik"
10
10
11
- __version__ = "2.7 .0"
11
+ __version__ = "2.8 .0"
12
12
13
13
14
14
class ConfigDiffConfig (PluginConfig ):
You can’t perform that action at this time.
0 commit comments