From dd5ab6a841f9dc3c68c21b04dad7e25a6a37c821 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Mon, 1 Nov 2021 13:40:13 +0000
Subject: [PATCH] updated changelog

---
 CHANGELOG | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 794304549..85777fb1a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,7 @@ https://keepachangelog.com/en/0.3.0/
 
 * 0.9.2:
 - Added scripts to generate test and docstring reports (generate_reports.sh)
-- Added scripts to (re)install the code with all dependencies (install.sh), without dependencies (install_without_dependencies.sh) and via pip locally (install_with_pip.sh) (this doesn't install it from the pypi server but uses pip to compile and install the local version)
+- Added scripts to (re)install the code with all dependencies (install.sh), without dependencies (install_without_dependencies.sh) and via pip locally (install_with_pip.sh) (this doesn't install it from the pypi server but uses pip to compile and install the local version) and via pip locally without dependencies (install_with_pip_without_dependencies.sh).
 - Added centralized version number (VERSION) which is used source for all the other scripts.
 - Updated readme to refer to the new scripts
 - Added script to generate the documentation (generate_docs.sh)
@@ -12,4 +12,3 @@ https://keepachangelog.com/en/0.3.0/
 - merged the autoresolution branch that contains:
 	- Many updates in terms of functionality of the grid
 	- Changed the grid_variable structure and grid code generation
-	- 
-- 
GitLab