From 851dfa27c09dea7883e39fa300aa762f50767d3e Mon Sep 17 00:00:00 2001 From: Mike Appleby <86076+appleby@users.noreply.github.com> Date: Mon, 16 Sep 2019 17:32:44 -0700 Subject: [PATCH] Update the changelog for gh-999 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91cd180d..014d386c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Changelog the `--runslow` option is specified for `pytest` (@kilimanjaro, gh-1001). - `PauliSum` objects can now be constructed from strings via `from_compact_str()` and `PauliTerm.from_compact_str()` supports multi-qubit strings (@jlbosse, gh-984). +- Type hints have been added to `pyquil.gates` and `pyquil.quilatom` modules (@appleby gh-999). ### Bugfixes