Skip to content

Commit

Permalink
Merge pull request #207 from gdubicki/release_2.4.0.rc1
Browse files Browse the repository at this point in the history
Prepare RC1 of version 2.4.0
  • Loading branch information
gdubicki committed Apr 15, 2021
2 parents d74a6e4 + f8c9081 commit b3d3631
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changelog
Development
-----------

2.4.0
-----

- Added PQL support with `pql()` method
(PR [#201](https://github.com/voxpupuli/pypuppetdb/pull/201),
fixes [#167](https://github.com/voxpupuli/pypuppetdb/issues/167))
- Added ability to specify additional queries when using `Node.facts()`
([#127](https://github.com/voxpupuli/pypuppetdb/pull/127))
- Improve the documentation (even more ;))
(PR [#206](https://github.com/voxpupuli/pypuppetdb/issues/206),
fixes [#143](https://github.com/voxpupuli/pypuppetdb/issues/143)
and [#129](https://github.com/voxpupuli/pypuppetdb/issues/129))
- Fixed creating `Edge` objects
([#202](https://github.com/voxpupuli/pypuppetdb/issues/202))
- Python 3.9 added as a supported version
([#203](https://github.com/voxpupuli/pypuppetdb/pull/203))

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0.rc1

0 comments on commit b3d3631

Please sign in to comment.