Skip to content

Commit f3d3838

Browse files
committed
Pre-release 3.4.0 RC1
1 parent 027adae commit f3d3838

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This is the changelog for Puppetboard.
66
Development
77
-----------
88

9+
3.4.0 (RC1)
10+
-----------
11+
12+
* Make the query result clickable if a certname is in it ([#652](https://github.com/voxpupuli/puppetboard/pull/652))
13+
* Query UX improvements: show the number of results, show a user-friendly error in case of a PQL syntax error, show a warning on empty result, use fixed-width font for matching the query with the possible error message, remove useless 'Cancel' button. ([#653](https://github.com/voxpupuli/puppetboard/pull/653))
14+
15+
Thanks to the following contributors of this release: [@GermanG](https://github.com/GermanG)
16+
917
3.3.0
1018
-----
1119

puppetboard/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Puppetboard version module
33
#
44

5-
__version__ = '3.3.0'
5+
__version__ = '3.4.0rc1'

0 commit comments

Comments
 (0)