Removing pypandoc/pandoc requirement

- Was not working well on manylinux2010 build image
- Not necessary, can use markdown directly now
This commit is contained in:
Jacob Alexander
2019-12-26 23:52:10 -08:00
parent 84600a7ebf
commit 01e4d3ed2f
6 changed files with 10 additions and 19 deletions

View File

@@ -4,6 +4,7 @@
- Windows support
- General cleanup
- May be incompatible with code written for pycapnp 0.6.4 and lower
- Removing pypandoc/pandoc packaging requirement
## v0.6.4 (2019-01-31)
- Fix bugs in `read_multiple_bytes` (thanks to @tsh56)