Skip to content

Commit 4c13a0a

Browse files
committed
update CHANGELOG
1 parent 42357eb commit 4c13a0a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All Sniffnet releases with the relative changes are documented in this file.
1515
- Simplified Chinese ([#838](https://github.com/GyulyVGC/sniffnet/pull/838))
1616
- Japanese ([#849](https://github.com/GyulyVGC/sniffnet/pull/849))
1717
- French ([#864](https://github.com/GyulyVGC/sniffnet/pull/864))
18+
- Greek ([#879](https://github.com/GyulyVGC/sniffnet/pull/879))
1819
- Fix support for IPinfo's databases (the most recent version renamed the `country` field to `country_code`)
1920

2021
## [1.4.0] - 2025-06-27

src/translations/types/language.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ impl Language {
129129
| Language::ZH
130130
| Language::JA
131131
| Language::FR
132+
| Language::EL
132133
)
133134
}
134135
}

0 commit comments

Comments
 (0)