Add entry to `CHANGELOG.md`
This commit is contained in:
parent
9facb20d89
commit
b1ff620e48
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
* Make sure the right Python interpreter is used in OSX builds. [#604](https://github.com/PyO3/pyo3/pull/604)
|
||||
|
||||
## [0.8.0] - 2018-09-05
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue