This commit is contained in:
Hong Ooi 2021-08-13 22:02:41 +10:00
Родитель 2f162d7b72
Коммит 83be55f762
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureStor
Title: Storage Management in 'Azure'
Version: 3.5.0.9000
Version: 3.5.1
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")

Просмотреть файл

@ -1,4 +1,4 @@
# AzureStor 3.5.0.9000
# AzureStor 3.5.1
- Fix for changed behaviour in readr 2.0.0, where `readr::read_delim` now automatically closes an input connection (#95).
- Change `.onLoad` to keep any currently set global options when AzureStor is loaded, rather than resetting them (#96).