From f47966da9be00c0dd59e853582f1c2b38a3bcdf5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 24 Mar 2022 14:24:39 +1100 Subject: [PATCH] Update 0.7.0.md https://github.com/inventree/InvenTree/pull/2768 --- docs/releases/0.7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index ef0bed9..28d91bd 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -35,3 +35,7 @@ title: Release 0.7.0 ### Notifications [#2372](https://github.com/inventree/InvenTree/pull/2372) provides an overhaul of notifications, allowing users to view their notifications directly in the InvenTree interface. + +### Label Printing Plugin + +[#2768](https://github.com/inventree/InvenTree/pull/2768) adds a new LabelPrinting plugin class, which allows printing labels directly to external printers (e.g. via local network).