Skip to content

Commit 75e15ad

Browse files
committed
standardize changelog format
see https://keepachangelog.com/en/1.0.0/
1 parent 101e71b commit 75e15ad

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
## 1.0.8
2-
* @joaoe fixed a bug with pythonshell not working with unset std streams
3-
* https://github.com/extrabacon/python-shell/milestone/9
1+
## [1.0.8]
2+
### Fixed
3+
- @joaoe fixed a bug with pythonshell not working with unset std streams
4+
- https://github.com/extrabacon/python-shell/milestone/9
45

5-
## 1.0.7
6-
* default python path updated to py on windows
6+
## [1.0.7]
7+
### Changed
8+
- default python path updated to py on windows
79

8-
## 1.0.4
9-
* added getVersionSync
10+
## [1.0.4]
11+
### Added
12+
- added getVersionSync
1013

11-
## 0.0.3
12-
* fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
14+
## [0.0.3]
15+
### Fixed
16+
- fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
1317

14-
## 0.0.2
15-
* improved documentation
18+
## [0.0.2]
19+
### Changed
20+
- improved documentation
1621

17-
## 0.0.1
18-
* initial version
19-
* independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)
22+
## [0.0.1]
23+
### Added
24+
- initial version
25+
- independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)
2026

0 commit comments

Comments
 (0)