From 211b08f771472cbe6f0a60824010b84303d9b12e Mon Sep 17 00:00:00 2001
From: Nick Craig-Wood <nick@craig-wood.com>
Date: Thu, 19 Nov 2020 17:57:27 +0000
Subject: [PATCH] Changelog updates from Version v1.53.3

---
 docs/content/changelog.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 113786ed9..850d3183f 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,20 @@ description: "Rclone Changelog"
 
 # Changelog
 
+## v1.53.3 - 2020-11-19
+
+[See commits](https://github.com/rclone/rclone/compare/v1.53.2...v1.53.3)
+
+* Bug Fixes
+    * random: Fix incorrect use of math/rand instead of crypto/rand CVE-2020-28924 (Nick Craig-Wood)
+        * Passwords you have generated with `rclone config` may be insecure
+        * See [issue #4783](https://github.com/rclone/rclone/issues/4783) for more details and a checking tool
+    * random: Seed math/rand in one place with crypto strong seed (Nick Craig-Wood)
+* VFS
+    * Fix vfs/refresh calls with fs= parameter (Nick Craig-Wood)
+* Sharefile
+    * Fix backend due to API swapping integers for strings (Nick Craig-Wood)
+
 ## v1.53.2 - 2020-10-26
 
 [See commits](https://github.com/rclone/rclone/compare/v1.53.1...v1.53.2)