Skip to content

Commit f233f9f

Browse files
authored
Update paws.common news
2 parents b1be8b2 + 31a9bf3 commit f233f9f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

paws.common/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: paws.common
22
Type: Package
33
Title: Paws Low-Level Amazon Web Services API
4-
Version: 0.8.8.9000
4+
Version: 0.8.8
55
Authors@R: c(
66
person("David", "Kretch", email = "david.kretch@gmail.com", role = "aut"),
77
person("Adam", "Banker", email = "adam.banker39@gmail.com", role = "aut"),

paws.common/NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# paws.common 0.8.8.9000
2-
* fix `populate` function to correctly infer and add type tags for nested structures, particularly for numeric values inside map attributes in DynamoDB operations (#959). Thanks to @dleopold for raising the issue.
3-
41
# paws.common 0.8.8
52
* fix C++ compilation issues on older R versions by refactoring code to use C++11 standard and requiring R >= 4.1.0 (#957). Thanks to @detule for raising the issue.
3+
* fix `populate` function to correctly infer and add type tags for nested structures, particularly for numeric values inside map attributes in DynamoDB operations (#959). Thanks to @dleopold for raising the issue.
64

75
# paws.common 0.8.7
86
* fix timezone handling in bearer token tests (#955). Thanks to @kyleam for raising issue.

0 commit comments

Comments
 (0)