Update Readme
diff --git a/Readme.md b/Readme.md
index 6300843..24f6b2d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -22,6 +22,14 @@
 make -j $(nproc) target/dnb18.zip SRC_DIR=test/resources/DNB YEARS=18
 ```
 
+### Build new KorAP index
+
+```bash
+make -j $(nproc) index
+```
+
+The index will be in `target/dnb.index`.
+
 ### Run KorAP
 
 Adjust the following line in your `korap4dnb-compose.yml` to point to your index (it is in target/dnb.index by default, but should better be copied to a safe place):
@@ -68,6 +76,15 @@
 
 ## 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