From 687b0ba2946755d97393624e04cc93a7d9452bd8 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 26 Jul 2022 17:31:03 -0400
Subject: [PATCH] Update CHANGELOG.MD

---
 CHANGELOG.MD | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 7874d87f..6956b22e 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -3,6 +3,14 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 2022-07-26
+
+### Changed
+
+- **Home Assistant OS VM** 
+  - Set the real time clock (RTC) to local time.
+  - Disable the USB tablet device (save resources / not needed).
+
 ## 2022-07-24
 
 ### Changed
@@ -12,7 +20,6 @@ All notable changes to this project will be documented in this file.
   - When the VM’s filesystem marks blocks as unused after deleting files, the SCSI controller will relay this information to the storage, which will then shrink the disk image accordingly.
   - 👉 [more info](https://github.com/tteck/Proxmox/discussions/378)
 
-
 ## 2022-07-22
 
 ### Changed