Skip to content

Commit

Permalink
changelog addition
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Mar 3, 2025
1 parent b5d9c3e commit 79bff09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
### Changed

- Load corpus timespan data in parallel when loading app [#437](https://github.com/spraakbanken/korp-frontend/issues/437)
- Instead of `settings.time_data`, use `import { timeData } from "./timedata"`
- Await `getTimeData()` before using `timeData` or `corpus.time`/`corpus.non_time`. The function is memoized, so repeated calls will not affect performance
- More space in word picture tables [#102](https://github.com/spraakbanken/korp-frontend/issues/102)

### Fixed
Expand Down

0 comments on commit 79bff09

Please sign in to comment.