diff --git a/Changelog b/Changelog index ce97ab65a..c9f57509d 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-10-01 DariusIII + * Chg: Make cache persistent * Chg: Update configuration files * Chg: Update hashing.php, add argon2id support * Chg: Update orangehill/iseed to version 2.6 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore new file mode 100644 index 000000000..c96a04f00 --- /dev/null +++ b/storage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file