Skip to content

Commit 85beda6

Browse files
committed
Updated the changelog.
1 parent ccdbfd5 commit 85beda6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [0.3.5] - 2019-01-xx
10-
### Added
9+
## [0.3.5] - 2019-01-26
10+
### Changed
11+
- Added more examples to the README.
1112

1213
## [0.3.4] - 2019-01-26
1314
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CREATE TABLE links (
5050
""");
5151
```
5252

53-
### Executing a `INSERT` statement
53+
### Executing an `INSERT` statement
5454

5555
```dart
5656
// Insert a new link into the table:

0 commit comments

Comments
 (0)