v2.3 Release Notes¶
This document describes all new features and changes in the release 2.3
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
This release introduces the ability to use a custom seed to use as the starting point for the x and y grid coordinates in a floor plan. It also adds support for Nautobot v2.3.0.
v2.3.0 (2024-08-07)¶
Added¶
- #8 - Added grid seed option to FloorPlan.
- #63 - Added default statuses for floorplantile objects.
- #109 - Added Django 4 support.
Housekeeping¶
- #111 - Fixed conflicting migration files caused by parallel PRs.