From 769904f7fa01ad91de6ed10222c3ba6515b7d064 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Sun, 24 Nov 2024 01:54:59 +0000 Subject: [PATCH] CHANGELOG Signed-off-by: Ian Lewis --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebad535..18f43fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - The index now supports whitespace and punctuation folding ([#25](https://github.com/ianlewis/go-stardict/issues/25)) +- The synonym index (.syn) file is now supported ([#2](https://github.com/ianlewis/go-stardict/issues/2)) - The library now supports Go 1.20+ ## [0.1.0] - 2024-11-04