diff --git a/fmodpy/about/version_history.md b/fmodpy/about/version_history.md
index 3770dc7..ce566e5 100644
--- a/fmodpy/about/version_history.md
+++ b/fmodpy/about/version_history.md
@@ -26,3 +26,4 @@
| 1.5.6
March 2023 | Making some 'os.remove' operations safer by checking
for path existence. Refactored 'f_compiler_args'
into two more parts, 'optimization_level' and
'shared_object_args', so that the typical '-fPIC
-shared' do not need to be included when adding
custom compilation arguments. |
| 1.5.6
March 2023 | Making some 'os.remove' operations safer by checking
for path existence. Refactored 'f_compiler_args'
into two more parts, 'optimization_level' and
'shared_object_args', so that the typical '-fPIC
-shared' do not need to be included when adding
custom compilation arguments. |
| 1.5.7
April 2023 | Delayed warning message about LOGICAL arrays until
those arguments actually have a python interface
generated. This is to prevent parsed-but-unused
subroutine arguments from creating noise. |
+| 1.6.0
June 2023 | Added support for Fortran strings. Updated the
generated codes to automatically check for source
code modifications when loading and recompile if the
source code was modified. |