Remove outdated news from Readme

Change-Id: Ia1a8c7d0d3f6e3559c6366f8d776e05a89b9edc9
diff --git a/Readme.md b/Readme.md
index 0b89694..a61fe82 100644
--- a/Readme.md
+++ b/Readme.md
@@ -83,55 +83,3 @@
 ```bash
 docker compose -p korap4dnb --profile=lite restart
 ```
-
-## News
-
-* 2024-05-26
-  * extended genre classification based on metadata keywords
-  * Saxon XSLT processor and license updated from 9 to 12.4
-
-* 2024-05-08
-  * added `idno` elements with all ids given by dnb SRU api
-  * fixed bug with ambiguous (dnb-id/isbn) ids
-  * basic genre classification based on metadata keywords
-
-* 2024-04-19
-  * SRC_DIR now defaults to the production sample!
-  * ISBN number recognition should be fixed now
-  * ignore faulty xhtml input files and conversion errors – just issue a warning
-  * docker compose now uses http default port 80 externally
-
-* 2024-04-15
-  * added pass2 and pass3 to xslt conversion to …
-    * fix div, p, hi, ref … nestings
-    * remove empty elements
-    * join subsequent hi elements
-  * improved korapxml2krill performance by using all cores (-1 does not work here)
-  * sanitized the Makefile and dropped YY variable, use YEARS instead
-
-* 2024-04-10
-  * multiple authors (and non-authors) are now correctly handled
-  * some more .(x)html files are now dropped (toc, cover, etc.)
-  * **PRELIMINARY** support for splitting everything into annual volumes
-    * use `make YY=22` to select 2022
-    * does not yet work for the index!
-
-* 2024-03-24
-  * slow udpipe2 dropped
-  * added marmot POS and morpho-syntactic annotations
-  * added malt dependency annotations
-
-* 2024-03-18
-  * added `make deploy` to install new index and restart local KorAP@DNB instance (also available as ci target)
-  * added `show-server-logs` and `show-server-status` make targets to monitor the local KorAP@DNB instance
-
-* 2024-03-17
-  * added `make all` to build all targets, including the index
-
-* 2024-03-16
-  * CI/CD pipeline added
-  * first working pipeline for EPub ⮕ TEI I5 ⮕ KorAP-XML ⮕ (UDPipe+TreeTagger+Spacy) ⮕ Krill ⮕ KorAP-JSON
-
-* 2024-03-15: DNB test data added
-
-* 2024-03-08: example EPub and I5 added from DeReKo KJL corpus: *Christiane F. ; Kai Hermann ; Horst Rieck: Wir Kinder vom Bahnhof Zoo* in the folder [`test/resources/`](./test/resources/)  – do not distribute (copyrighted data)