Browse Source

0.049 bits

George S. Baugh 4 năm trước cách đây
mục cha
commit
f6b85c50f7
2 tập tin đã thay đổi với 7 bổ sung3 xóa
  1. 5 2
      Changes
  2. 2 1
      dist.ini

+ 5 - 2
Changes

@@ -1,6 +1,9 @@
 Revision history for Perl module TestRail::API
 
-0.048 2021-11-01 TEODESIAN
+0.049 2021-08-22 TEODESIAN
+    - Add getPriorities, getPriorityByName and priorityNamesToIds, contributed by Matt Spahr
+
+0.048 2021-01-11 TEODESIAN
     - Fix issue with getUsers patch in 0.047
 
 0.047 2020-04-12 TEODESIAN
@@ -22,7 +25,7 @@ Revision history for Perl module TestRail::API
     - Fix improper caching by project rather than by testsuite in getSections
     - Fix broken repository links
 
-0.043 2018-6-16 TEODESIAN
+0.043 2018-06-16 TEODESIAN
     - Better error messaging when bad custom result fields are configured in Test::Rail::Parser
 
 0.042 2018-04-30 TEODESIAN

+ 2 - 1
dist.ini

@@ -1,6 +1,6 @@
 name = TestRail-API
 main_module = lib/TestRail/API.pm
-version = 0.048
+version = 0.049
 author = George S. Baugh <teodesian@cpan.org>
 license = Perl_5
 copyright_holder = George S. Baugh
@@ -142,6 +142,7 @@ stopwords = downrange
 stopwords = admin
 stopwords = pl
 stopwords = pm
+stopwords = getPriorityByName
 
 [PkgVersion]
 [AutoPrereqs]