diff --git a/README.md b/README.md
index a6df4b2..79fdd89 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,8 @@ Some notebook examples can be found
## Changelog
+- Changed from travis deployment to github actions. Changed the github pages template. Now using the one from [pyralid-template](https://github.com/sfarrens/pyralid-template) from [sfarrens](https://github.com/sfarrens).
+
- Added new module for realisitic simulations ```dataset_generation.py```. It is capable of simulating realistic simulations from the UNIONS/CFIS survey, including realistic atmospherical simulations following a realisation of a Von Kármán model. See the above-mentioned module documentation for more information. See also the ```testing-realistic-data.ipynb``` in the notebook folder for an example.
- Added outlier rejection based on a pixel residual criterion. The main parameters, ```RMSE_THRESH``` and ```CCD_STAR_THRESH``` can be found in the MCCD config file. See then parameter documentation for more information.
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index ac54d66..59b6789 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -1,6 +1,10 @@
Changelog
=========
+- Changed from travis deployment to github actions.
+ Changed the github pages template. Now using the one from
+ |link-to-pyralid-template| from |link-to-sfarrens|.
+
- Added new module for realisitic simulations ```dataset_generation.py```.
It is capable of simulating realistic simulations from the UNIONS/CFIS survey,
including realistic atmospherical simulations following a realisation of a Von Kármán model.
@@ -38,3 +42,11 @@ Changelog
Set default denoising to zero as wavelet denoising (using starlets) introduce an
important bias in the ellipticity estimates of the model.
+
+.. |link-to-pyralid-template| raw:: html
+
+ pyralid-template
+
+.. |link-to-sfarrens| raw:: html
+
+ sfarrens