From 1851e01f9979257df2fecf51594978b25f9d6304 Mon Sep 17 00:00:00 2001
From: ubermanu <e.vodor@gmail.com>
Date: Fri, 12 Mar 2021 16:38:14 +0100
Subject: [PATCH] add a changelog to track converse source changes

---
 CHANGELOG.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..2b33e71
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,29 @@
+# CHANGELOG
+
+This file contains the changes applied to the sources of converse<br>
+The current build version of converse is: `v7.0.3dev`<br>
+If the converse sources have to be updated, apply these changes again, or fix them using plugins
+
+### 2021-03-12
+* Added the `fa-reply` icon into the icons svg (icons.js)
+
+### 2021-03-02
+* Fixed the date separator format for French language
+
+### 2021-02-18
+* Added support for custom HTTP headers in file upload
+* Allowed the preview of webp images in messages
+* Disabled the image modal in messages
+
+### 2021-02-15
+* Escaped an error on undefined `ev.target` when scrolling a chat view
+* Fixed missing default avatar by updating its image type to webp
+
+### 2021-02-08
+* Disabled the user modal on avatars (in messages)
+
+### 2021-02-04
+* Fixed @ mention on new lines
+
+### 2021-01-25
+* Updated the default avatar image
-- 
GitLab