We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3e916b + 1cca179 commit 97c2901Copy full SHA for 97c2901
2 files changed
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
6
7
+## Unreleased
8
+
9
+### Added
10
11
+- GIBDD region code for `Krasnojarskij kraj` - `224`
12
+- GIBDD region code for `Belgorodskaya oblast` - `131`
13
14
## v3.18.0
15
16
### Added
data/subject/codes.json
@@ -205,6 +205,7 @@
205
"gibdd": [
206
24,
207
124,
208
+ 224,
209
88
210
],
211
"code_iso_31662": "RU-KYA"
@@ -266,7 +267,8 @@
266
267
"title": "Белгородская область",
268
"code": 31,
269
- 31
270
+ 31,
271
+ 131
272
273
"code_iso_31662": "RU-BEL"
274
},
0 commit comments