We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777410a commit 5f9b4afCopy full SHA for 5f9b4af
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.0.1
4
+* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](https://github.com/igorcoding/asynctnt/issues/29))
5
+* Fixed "Edit on Github" links in docs (fixes [#26](https://github.com/igorcoding/asynctnt/issues/26))
6
+
7
## v2.0.0
8
**Breaking changes:**
9
* `Connection.sql()` method is renamed to `Connection.execute()`
docs/conf.py
@@ -133,5 +133,5 @@ def find_version():
133
'display_github': True,
134
'github_user': 'igorcoding',
135
'github_repo': 'asynctnt',
136
- 'github_version': 'v2/docs/',
+ 'github_version': 'master/docs/',
137
}
0 commit comments