Skip to content

Commit bbf7707

Browse files
committed
updates on the docstring
1 parent 53145d5 commit bbf7707

File tree

9 files changed

+1167
-28
lines changed

9 files changed

+1167
-28
lines changed

Changelog.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
### dataloom Changelog
2+
3+
Change logs for the `dataloom` Version `1.0.2` (`2021-02-12`)
4+
5+
### New Features
6+
7+
- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor.
8+
- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger.
9+
10+
### Enhancements
11+
12+
- None
13+
14+
### Bug Fixes
15+
16+
- **log_index**: There was a bug with `log_index` that was breaking the entire sofware that has been fixed.
17+
18+
### Performance Improvements
19+
20+
- None
21+
22+
### Security Updates
23+
24+
- None
25+
26+
### Deprecations
27+
28+
- None
29+
30+
### API Changes
31+
32+
- None
33+
34+
### Compatibility Changes
35+
36+
- None
37+
38+
### Documentation Updates
39+
40+
- None
41+
42+
### Internal Changes
43+
44+
- None
45+
46+
### Known Issues
47+
48+
- None
49+
50+
### Miscellaneous
51+
52+
- None

dataloom/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
push = True
1+
push = False
22

33

44
class PgConfig:

0 commit comments

Comments
 (0)