Skip to content

Commit f24f81f

Browse files
authored
Add missing section headers to changelog
Signed-off-by: Matthew Peveler <[email protected]>
1 parent f3300d2 commit f24f81f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
22

33
## 1.2.1 (04/01/2021)
44

5-
* Fallback to using linux as platform if pages found for current platform
5+
### Fixes
6+
7+
* Fallback to using linux as platform if no pages folder found for current platform
68

79
## 1.2.0 (01/31/2020)
810

9-
* Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149))
11+
### Features
12+
1013
* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) (thanks @ramwin)
1114

15+
### Fixes
16+
17+
* Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149))
18+
1219
## 1.1.0 (10/17/2020)
1320

21+
### Features
22+
1423
* Add autocomplete and `--list` command (thanks @wcheang)
15-
* Exit with code `1` when command not found (thanks @samuel-w)
1624
* Always fall back to English for LANG / LANGUAGE env vars (thanks @columbarius)
25+
26+
### Fixes
27+
28+
* Exit with code `1` when command not found (thanks @samuel-w)
1729
* Check that cache directory exists on platform before using it
1830

1931
## 1.0.0 (05/16/2020)

0 commit comments

Comments
 (0)