Skip to content

Commit bf7bb4f

Browse files
committed
Update CHANGELOG
Signed-off-by: GZGavinZhao <74938940+GZGavinZhao@users.noreply.github.com>
1 parent 43265ab commit bf7bb4f

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,46 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [1.1.0] - 2021-12-25
9+
810
### Fixed
9-
- Outdated project template.
10-
- Inconsistent extra lines when error occurs.
11+
12+
- Fix outdated project template.
13+
- Fix inconsistent extra lines when error occurs.
14+
- Back to null safety.
15+
1116
### Removed
12-
- `build` and `serve` command. Very hard to maintain & build a global package
17+
18+
- Remove `build` and `serve` command. Very hard to maintain & build a global package
1319
that uses null-safety itself but contains some unsound-null-safety code.
1420

1521
## [1.0.2] - 2021-06-14
22+
1623
### Fixed
24+
1725
- Fix missing `.gitignore` file (isn't generated when creating).
26+
1827
### Added
28+
1929
- Run `pub get` after creating a new project.
30+
2031
### Removed
21-
- Remoed unnecessary models, though this doesn't affect the program at all
32+
33+
- Remove unnecessary models, though this doesn't affect the program at all
2234

2335
## [1.0.1] - 2021-05-31
36+
2437
### Fixed
38+
2539
- Duplicate usage message on `UsageException`.
2640
- Symbols in debug logs can't show on some devices due to the use of illegal characters.
2741

2842
## [1.0.0] - 2021-05-30
43+
2944
### Added
45+
3046
- Initial version.

0 commit comments

Comments
 (0)