From 5af9c98bf782a2e2e45e0a907b34293035d1ccad Mon Sep 17 00:00:00 2001
From: Oliver <oliver.henry.walters@gmail.com>
Date: Tue, 27 Apr 2021 20:44:44 +1000
Subject: [PATCH] Update 0.2.2.md

---
 docs/releases/0.2.2.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/releases/0.2.2.md b/docs/releases/0.2.2.md
index fb7f967..f77697b 100644
--- a/docs/releases/0.2.2.md
+++ b/docs/releases/0.2.2.md
@@ -32,6 +32,10 @@ title: Release 0.2.2
 
 [#1494](https://github.com/inventree/InvenTree/pull/1494) provides significant improvements for delivery of JavaScript files. Previously, JavaScript files which required i18n translation were compiled at run-time by the server. Now, JavaScript files are pre-compiled as part of the static file creation step. This significantly speeds up delivery of JavaScript files to the client.
 
+### Serial Number Entry Improvements
+
+[#1521](https://github.com/inventree/InvenTree/pull/1521) adds some more "shortcuts" for quickly assigning or selecting serial numbers.
+
 ## Major Bug Fixes
 
 | PR | Description |