From de1adb281edaebefdc9cfc323c65bcee07544a72 Mon Sep 17 00:00:00 2001 From: Matt Roberts Date: Sat, 18 Jan 2025 19:57:24 +0000 Subject: [PATCH] feat: adds changelog.d file --- changelog.d/794 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog.d/794 diff --git a/changelog.d/794 b/changelog.d/794 new file mode 100644 index 00000000..7e81027f --- /dev/null +++ b/changelog.d/794 @@ -0,0 +1,8 @@ +synopsis: Replace the usage of datalog with Haskell for category normalisation + +prs: #822 +issues: #794 + +description: { + Replaces Souffle as much as possible for category normalisation +}