# June 27, 2023

## API Updates

* (FreestyleLibre SDK): Improve calibration used for Libre Pro sensors
* (FreestyleLibre API): Localize timezones in metadata & adjust samples returned accordingly

## SDK Updates

* (Apple): store permissions previously granted. This means that if using custom Permissions having previously authenticated a user, re-authenticating them again using initTerra will automatically pull up the same previously requested permissions

## Widget

* Add Dutch language
* Fix parts of the widget not being translated correctly

## Bugfixes

* (FreestyleLibre): Fix error causing glucose samples to be repeated
* (Data generator): Fix error causing payload to be nested within "data" field
* (Concept2 Activities): Properly parse rest times between workout intervals
* (Fitbit): fix a bug where data with a future date would be sent
* (Garmin): resolve race condition upon requesting multiple large backfills for different data types


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/changelog/2023/2023-06-27.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
