Add entry to `CHANGELOG.md`

This commit is contained in:
Martin Larralde 2019-09-15 14:46:06 +02:00
parent 9facb20d89
commit b1ff620e48
1 changed files with 6 additions and 0 deletions

View File

@ -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