Skip to content

Commit f7fea25

Browse files
Apply suggestions from code review
Co-authored-by: Raphael Guzman <[email protected]>
1 parent d847333 commit f7fea25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Bugfix - Replace use of numpy aliases of built-in types with built-in type. (#938) PR #939
66
* Bugfix - `ExternalTable.delete` should not remove row on error (#953) PR #956
77
* Bugfix - Fix error handling of remove_object function in `s3.py` (#952) PR #955
8-
* Bugfix - Fix __len__() for left join QueryExpressions (#951) PR #966
8+
* Bugfix - Fix count for left-joined `QueryExpressions` (#951) PR #966
99

1010
### 0.13.2 -- May 7, 2021
1111
* Update `setuptools_certificate` dependency to new name `otumat`

docs-parts/intro/Releases_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Bugfix - Replace use of numpy aliases of built-in types with built-in type. (#938) PR #939
55
* Bugfix - `ExternalTable.delete` should not remove row on error (#953) PR #956
66
* Bugfix - Fix error handling of remove_object function in `s3.py` (#952) PR #955
7-
* Bugfix - Fix __len__() for left join QueryExpressions (#951) PR #966
7+
* Bugfix - Fix count for left-joined ``QueryExpressions`` (#951) PR #966
88

99
0.13.2 -- May 7, 2021
1010
----------------------

0 commit comments

Comments
 (0)