Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].

## Unreleased

### Added

- GIBDD region code for `Krasnojarskij kraj` - `224`
- GIBDD region code for `Belgorodskaya oblast` - `131`

## v3.18.0

### Added
Expand Down
4 changes: 3 additions & 1 deletion data/subject/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"gibdd": [
24,
124,
224,
88
],
"code_iso_31662": "RU-KYA"
Expand Down Expand Up @@ -266,7 +267,8 @@
"title": "Белгородская область",
"code": 31,
"gibdd": [
31
31,
131
],
"code_iso_31662": "RU-BEL"
},
Expand Down
Loading