Skip to content

Commit

Permalink
CDR-1198 Add added meta props to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlehn committed Jan 17, 2024
1 parent b9dae4e commit e68fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Note: version releases in the 0.x.y range may introduce breaking changes.

## [unreleased]
### Added
- QueryResponseData.meta `_fetch` and `_offset` debug properties ([#559](https://github.com/ehrbase/openEHR_SDK/pull/559))
### Fixed

## [2.5.0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class MetaData {

public static String RESULTSET = "RESULTSET";
public static final String RESULTSET = "RESULTSET";

@JsonProperty(value = "_href")
private String href;
Expand Down

0 comments on commit e68fdd6

Please # to comment.