Skip to content

Commit eba2c7f

Browse files
authored
Add changelog (#250)
1 parent 3a09719 commit eba2c7f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 0.4.0
4+
---
5+
6+
### New Features
7+
8+
**Limited Branching Compatibility for Custom Objects**
9+
10+
Custom Objects now has limited compatibility with NetBox Branching. Please see the documentation for more details.
11+
12+
### Enhancements
13+
14+
- [#37](https://github.com/netboxlabs/netbox-custom-objects/issues/37) - Limited Branching compatibility for Custom Objects
15+
- [#42](https://github.com/netboxlabs/netbox-custom-objects/issues/42) - Populate default values for Multi-Object fields
16+
- [#87](https://github.com/netboxlabs/netbox-custom-objects/issues/87) - Make Custom Object "name" clickable
17+
- [#150](https://github.com/netboxlabs/netbox-custom-objects/issues/150) - Cannot import created CustomObject (Documentation)
18+
19+
### Bug Fixes
20+
21+
- [#70](https://github.com/netboxlabs/netbox-custom-objects/issues/70) - Incorrect validation message on integer field min/max defaults
22+
- [#104](https://github.com/netboxlabs/netbox-custom-objects/issues/104) - Bulk edit not possible on fields of type `object`
23+
- [#105](https://github.com/netboxlabs/netbox-custom-objects/issues/105) - Bulk edit not possible on fields of type `multiobject`
24+
- [#172](https://github.com/netboxlabs/netbox-custom-objects/issues/172) - Postgres errors on startup
25+
- [#189](https://github.com/netboxlabs/netbox-custom-objects/issues/189) - Exceptions when creating Custom Objects
26+
- [#195](https://github.com/netboxlabs/netbox-custom-objects/issues/195) - RecursionError in netbox_custom_objects plugin due to circular dependencies in CustomObjectType Fields
27+
- [#210](https://github.com/netboxlabs/netbox-custom-objects/issues/210) - Custom Objects plugin visible when logged out
28+
- [#212](https://github.com/netboxlabs/netbox-custom-objects/issues/212) - Quick Search not working

0 commit comments

Comments
 (0)