diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000000000000000000000000000000000000..e0d85257c37145f63cd2cf79e53628022bff762b --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,15 @@ +========= +Changelog +========= + +Version 0.9 +----------- +Version 0.9.1 +************* + +- Bug: Wrong gamma calculation for staggered grid. +- Bug: No optimal gamma calculation for tensor method. + +Version 0.9.0 +************* +Initial release diff --git a/docs/Changelog.rst b/docs/Changelog.rst new file mode 120000 index 0000000000000000000000000000000000000000..e22698baf7ce3f3290d2a6744ff21e4699a8e8ba --- /dev/null +++ b/docs/Changelog.rst @@ -0,0 +1 @@ +../CHANGELOG.rst \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index d929da7afa7d410718de8ac19e67da8492e170c0..9880b5c808d2813ac2bbea078d0f49279d12ec7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,7 @@ Welcome to the documentation of ALL Install.rst Usage.rst Examples.rst + Changelog.rst api/index.rst methods/index.rst modules/index.rst