Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Expanded Baseline Export to include custom HL7, X12, ASTM schemas and Lookup Tables (#693)

### Fixed
- Pull page output now displays better when pull preview shows a lot of changes (#740)

## [2.11.0] - 2025-04-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion csp/pull.csp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</server>
</select>
</pre>
<pre id="preview" style="white-space: pre-wrap;">
<pre id="preview" style="white-space: pre-wrap; max-height: 30%">
</pre>
<button id="execute" onclick="execute()" disabled="true">Pull and Load Changes</button>
<pre id="pull" style="white-space: pre-wrap;">
Expand Down
Loading