Skip to content

Commit 179f08c

Browse files
authored
updated changelog
updated changelog to match formatting of the rest of the file.
1 parent be7d8bf commit 179f08c

File tree

1 file changed

+42
-33
lines changed

1 file changed

+42
-33
lines changed

CHANGELOG.md

+42-33
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,48 @@
33
## 2.2.1b1 (2021-06-17)
44

55

6-
### feat
7-
Add support for open telemetry (#633) (2ba879a)
8-
add decimal/numeric support (#620) (d09ad61)
9-
added unit test with coverage of 68% (#611) (92ad508)
10-
update docs and nox file to compile it (#610) (876f2fc)
11-
update workflow files to uniformly distribute the test modules by time taken by each test module (#615) (c386123)
12-
move migrations test modules to run against different emulator (#613) (5b3b2e4)
13-
14-
### fix
15-
correct import path (#649) (bc99bb5)
16-
remove error msg check from test_decimal_precision_limit for non emulator test (#647) (fe4a062)
17-
remove error msg check from test_decimal_precision_limit (#646) (9be15c0)
18-
remove delete of instance if it already exists, as it might be in use by another test (#641) (0544208)
19-
correct test case for sql_flush for multiple delete table commands (#629) (3de1a81)
20-
iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved (#628) (2772b57)
21-
Update links in comments to use googleapis repo (#622) (3fa1aeb)
22-
Remove un necessary file from code base (#608) (58b9969)
23-
lint_setup_py was failing in Kokoro is now fixed (#607) (d125148)
24-
Replace, fast-forward Django CI branch (#598) (5d65e3f)
25-
26-
### refactor
27-
update coverage score in nox file and cleanup imports in test_operations (#638) (b1f49f7)
28-
29-
### docs
30-
add docs build kokoro config for django spanner (#644) (ecf241a)
31-
32-
### chore
33-
release 2.2.1b1 (505d3ac)
34-
add SECURITY.md (#616) (75f1a65)
35-
add a Code of Conduct (#604) (c996400)
36-
Remove README note about Variance/StdDev (#601) (4ec363f)
37-
Add contributing section to README (#600) (2311854)
38-
README updates (#599) (2c8fb24)
6+
### Features
7+
8+
* Add support for open telemetry (#633) (2ba879a)
9+
* add decimal/numeric support (#620) (d09ad61)
10+
* added unit test with coverage of 68% (#611) (92ad508)
11+
* update docs and nox file to compile it (#610) (876f2fc)
12+
* update workflow files to uniformly distribute the test modules by time taken by each test module (#615) (c386123)
13+
* move migrations test modules to run against different emulator (#613) (5b3b2e4)
14+
15+
16+
### Bug Fixes
17+
18+
* correct import path (#649) (bc99bb5)
19+
* remove error msg check from test_decimal_precision_limit for non emulator test (#647) (fe4a062)
20+
* remove error msg check from test_decimal_precision_limit (#646) (9be15c0)
21+
* remove delete of instance if it already exists, as it might be in use by another test (#641) (0544208)
22+
* correct test case for sql_flush for multiple delete table commands (#629) (3de1a81)
23+
* iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved (#628) (2772b57)
24+
* Update links in comments to use googleapis repo (#622) (3fa1aeb)
25+
* Remove un necessary file from code base (#608) (58b9969)
26+
* lint_setup_py was failing in Kokoro is now fixed (#607) (d125148)
27+
* Replace, fast-forward Django CI branch (#598) (5d65e3f)
28+
29+
30+
### Code Refactoring
31+
32+
* update coverage score in nox file and cleanup imports in test_operations (#638) (b1f49f7)
33+
34+
35+
### Documentation
36+
37+
* add docs build kokoro config for django spanner (#644) (ecf241a)
38+
39+
40+
### Miscellaneous Chores
41+
42+
* release 2.2.1b1 (505d3ac)
43+
* add SECURITY.md (#616) (75f1a65)
44+
* add a Code of Conduct (#604) (c996400)
45+
* Remove README note about Variance/StdDev (#601) (4ec363f)
46+
* Add contributing section to README (#600) (2311854)
47+
* README updates (#599) (2c8fb24)
3948

4049
## 2.2.1b0 (2021-01-29)
4150

0 commit comments

Comments
 (0)