Skip to content

Commit 4ce4da1

Browse files
committed
Add 2.0.2 changelog entry
1 parent c2632de commit 4ce4da1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.2] - 2026-03-06
9+
10+
### Fixed
11+
12+
- **TypeError on typed tab** — removed `user=` keyword argument from `CustomObjectTable`
13+
instantiation. `django_tables2.Table.__init__` does not accept this kwarg; it was
14+
redundant because `table.configure(request)` already applies per-user column preferences.
15+
Fixes crash on NetBox 4.5.4-Docker (`netbox_custom_objects` 0.4.6).
16+
17+
### Changed
18+
19+
- Plugin version is now defined only in `pyproject.toml` and read at runtime via
20+
`importlib.metadata.version()`, eliminating the duplicate version string in `__init__.py`.
21+
822
## [2.0.1] - 2026-02-25
923

1024
### Added

0 commit comments

Comments
 (0)