From 9643824abdfa8daea6dc683ecb199e1368dbf03a Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Sat, 27 Jan 2024 14:19:05 +0100 Subject: [PATCH] Update changelog given to reflect ISO code process and dep updates --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c617dbf..47c0d56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,12 +23,17 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/). - A process has been created to check and update words that can be translated for each Scribe language. - Language data was extracted into a JSON file for more succinct code ([#52](https://github.com/scribe-org/Scribe-Data/issues/52)). +- Language codes are now checked with the package [langcodes](https://github.com/rspeer/langcodes) for easier expansion. ### ✅ Tests - A full testing suite has been added to run on GitHub Actions ([#37](https://github.com/scribe-org/Scribe-Data/issues/37)). - Unit tests have been added for Wikidata queries ([#48](https://github.com/scribe-org/Scribe-Data/issues/48)) and utility functions ([#50](https://github.com/scribe-org/Scribe-Data/issues/50)). +### 🐞 Bug Fixes + +- Tensorflow was removed from the download wiki process to fix build problems on Macs. + # Scribe-Data 3.1.0 ### ✨ Features