Tidy up changelog newlines
This commit is contained in:
parent
cffe7edf41
commit
b5b8264eb4
|
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
* `FromPyObject` implementations for `HashSet` and `BTreeSet`. [#842](https://github.com/PyO3/pyo3/pull/842)
|
||||
|
||||
## [0.9.1]
|
||||
|
@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
* `PyAny` is now on the top level module and prelude. [#816](https://github.com/PyO3/pyo3/pull/816)
|
||||
|
||||
### Added
|
||||
|
||||
* `PyCell`, which has RefCell-like features. [#770](https://github.com/PyO3/pyo3/pull/770)
|
||||
* `PyClass`, `PyLayout`, `PyClassInitializer`. [#683](https://github.com/PyO3/pyo3/pull/683)
|
||||
* Implemented `IntoIterator` for `PySet` and `PyFrozenSet`. [#716](https://github.com/PyO3/pyo3/pull/716)
|
||||
|
@ -102,14 +104,12 @@ and `PyString::to_string_lossy` [#642](https://github.com/PyO3/pyo3/pull/642).
|
|||
* Remove `__contains__` and `__iter__` from PyMappingProtocol. [#644](https://github.com/PyO3/pyo3/pull/644)
|
||||
* Fix proc-macro definition of PySetAttrProtocol. [#645](https://github.com/PyO3/pyo3/pull/645)
|
||||
|
||||
|
||||
## [0.8.1]
|
||||
|
||||
### Added
|
||||
|
||||
* Conversion between [num-bigint](https://github.com/rust-num/num-bigint) and Python int. [#608](https://github.com/PyO3/pyo3/pull/608)
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* Make sure the right Python interpreter is used in OSX builds. [#604](https://github.com/PyO3/pyo3/pull/604)
|
||||
|
@ -392,7 +392,6 @@ Yanked
|
|||
|
||||
* Remove use of now unneeded 'AsciiExt' trait
|
||||
|
||||
|
||||
## [0.2.2] - 09-26-2017
|
||||
|
||||
### Changed
|
||||
|
|
Loading…
Reference in New Issue