Allow "compound" filters that consist of a single named filter (Issue #47)

This commit is contained in:
Michael R Sweet
2023-10-10 07:14:12 -04:00
parent 7e3db6b639
commit 2e91e05d7b
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ v1.1.2 (TBD)
- Fixed an issue with PDF files produced by Crystal Reports (Issue #45)
- Fixed an issue with PDF files produced by Microsoft Reporting Services
(Issue #46)
- Fixed support for compound filters where the filter array consists of a
single named filter (Issue #47)
- Fixed builds on Windows - needed windows.h header for temporary files
(Issue #48)
v1.1.1 (March 20, 2023)