From a7cbf3c0ade5dee64c5849b450e37e2235bc281f Mon Sep 17 00:00:00 2001
From: Pratik Nayak <pratik.nayak4@gmail.com>
Date: Wed, 30 Jan 2019 16:20:39 +0100
Subject: [PATCH] Add changelog entry and fix a typo.

---
 doc/news/changes/major/20190130ginkgo-developers | 7 +++++++
 doc/readme.html                                  | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 doc/news/changes/major/20190130ginkgo-developers

diff --git a/doc/news/changes/major/20190130ginkgo-developers b/doc/news/changes/major/20190130ginkgo-developers
new file mode 100644
index 0000000000..646f6b3d14
--- /dev/null
+++ b/doc/news/changes/major/20190130ginkgo-developers
@@ -0,0 +1,7 @@
+New: Support for Ginkgo, a high-performance numerical linear algebra library
+has been added. Ginkgo provides advanced highly optimized linear solvers,
+matrix formats and an abstraction to easily create linear operators on both
+the cpu and the gpu. The deal.II's Ginkgo interface can currently be used to
+solve linear systems using Krylov solvers with the cuda and OpenMP paradigms.
+<br>
+(Ginkgo developers, 2019/01/30)
diff --git a/doc/readme.html b/doc/readme.html
index 406981e5f7..9d7cf59ead 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -430,7 +430,7 @@
                     <a href="https://ginkgo-project.github.io/" target="_top">Ginkgo</a>
                     is a numerical linear algebra library with highly optimized kernels
                     for many core architectures with a focus on fine level parallelism.
-                    It allows for easy switching of the executing paradigm (CUDA, OpenMP, .etc)
+                    It allows for easy switching of the executing paradigm (CUDA, OpenMP, etc.)
                     while providing a multitude of linear solvers and preconditioners
                     and extension to other linear operators with minimal changes required in the code.
                     To enable Ginkgo, pass <code>-DGINKGO_DIR=/path/to/ginkgo</code> to CMake when
-- 
2.39.5