We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdbfd5 commit 85beda6Copy full SHA for 85beda6
CHANGELOG.md
@@ -6,8 +6,9 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
-## [0.3.5] - 2019-01-xx
10
-### Added
+## [0.3.5] - 2019-01-26
+### Changed
11
+- Added more examples to the README.
12
13
## [0.3.4] - 2019-01-26
14
### Changed
README.md
@@ -50,7 +50,7 @@ CREATE TABLE links (
50
""");
51
```
52
53
-### Executing a `INSERT` statement
+### Executing an `INSERT` statement
54
55
```dart
56
// Insert a new link into the table:
0 commit comments