spacy: convert XPOS->spacy/p, UPOS->spacy/u, msd, dependency

Change-Id: If3964653cf9859361e51c953d6ba950f56c5129c
diff --git a/Changes b/Changes
index 69be794..1959914 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+        - Added support for spaCy annotations on XPOS (spacy/p),
+          UPOS (spacy/u), morphological features (spacy/m) and
+          dependency relations (spacy/d).
+
 0.63 2025-10-17
         - Publisher is now indexed as string, when
           K2K_PUBLISHER_STRING is set as an environment