diff --git a/content/CTG_99_versions/CTG_10_release-notes/LSN_70_v6-1/v6-1.md b/content/CTG_99_versions/CTG_10_release-notes/LSN_70_v6-1/v6-1.md index aab8d705..90ab1185 100644 --- a/content/CTG_99_versions/CTG_10_release-notes/LSN_70_v6-1/v6-1.md +++ b/content/CTG_99_versions/CTG_10_release-notes/LSN_70_v6-1/v6-1.md @@ -395,5 +395,6 @@ ex: home_ajax_DemoOrder_DemoHome_2 ### 6.1.19 (UNRELEASED) -- Nothing so far... +- Fixed search 'null/not null' checkboxes +- Backported `ExternaObject.display` can return an `InputStream` diff --git a/content/CTG_99_versions/CTG_10_release-notes/LSN_80_v6-2/v6-2.md b/content/CTG_99_versions/CTG_10_release-notes/LSN_80_v6-2/v6-2.md index 29676dd0..34889234 100644 --- a/content/CTG_99_versions/CTG_10_release-notes/LSN_80_v6-2/v6-2.md +++ b/content/CTG_99_versions/CTG_10_release-notes/LSN_80_v6-2/v6-2.md @@ -182,6 +182,8 @@ finally { - Added a new adapter base class `SimplePDFBoxAdapter` using the PDFBox library. It provides hooks to process the text content of the PDF, the PDF document information (title, ...), and the potential form fields entered in a fillable PDF +- `ExternaObject.display` can return an `InputStream` (from a file or anything huge) to be sent by packets in the HTTP response + UI changes ---------------------------------------