-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53145d5
commit bbf7707
Showing
9 changed files
with
1,167 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
### dataloom Changelog | ||
|
||
Change logs for the `dataloom` Version `1.0.2` (`2021-02-12`) | ||
|
||
### New Features | ||
|
||
- **Docstring**: Now the functions and classes have a beautiful docstring that helps ypu with some examples and references in the editor. | ||
- **SQL Loggers**: The SQL Loggers can now log `timestamps` not the log index especially for the `console` logger. | ||
|
||
### Enhancements | ||
|
||
- None | ||
|
||
### Bug Fixes | ||
|
||
- **log_index**: There was a bug with `log_index` that was breaking the entire sofware that has been fixed. | ||
|
||
### Performance Improvements | ||
|
||
- None | ||
|
||
### Security Updates | ||
|
||
- None | ||
|
||
### Deprecations | ||
|
||
- None | ||
|
||
### API Changes | ||
|
||
- None | ||
|
||
### Compatibility Changes | ||
|
||
- None | ||
|
||
### Documentation Updates | ||
|
||
- None | ||
|
||
### Internal Changes | ||
|
||
- None | ||
|
||
### Known Issues | ||
|
||
- None | ||
|
||
### Miscellaneous | ||
|
||
- None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
push = True | ||
push = False | ||
|
||
|
||
class PgConfig: | ||
|
Oops, something went wrong.