Skip to content

Commit

Permalink
Add protocol version 12 bump to changelog entry (#7724)
Browse files Browse the repository at this point in the history
* add item for protocol v12 bump

* fix keypath item
  • Loading branch information
kmorkos authored May 28, 2024
1 parent 341c337 commit dde1ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
* Added `App::default_base_url()` static accessor for SDKs to retrieve the default base URL from Core. ([PR #7534](https://github.com/realm/realm-core/pull/7534))
* Realm2JSON tool will now correctly upgrade file to current fileformat.
* (bindgen) Remove dependency on the `clang-format` package and rely on a binary provided by the system instead.
* Protocol version bumped to 12 ([#7124](https://github.com/realm/realm-core/issues/7124))

----------------------------------------------

Expand Down Expand Up @@ -368,7 +369,7 @@
# 14.0.0 Release notes

### Enhancements
* Property keypath in RQL can be substituted with value given as argument. Use '$P<i>' in query string. (Issue [#7033](https://github.com/realm/realm-core/issues/7033))
* Property keypath in RQL can be substituted with value given as argument. Use '$K\<i\>' in query string. (Issue [#7033](https://github.com/realm/realm-core/issues/7033))
* You can now use query substitution for the @type argument ([#7289](https://github.com/realm/realm-core/issues/7289))

### Fixed
Expand Down

0 comments on commit dde1ab2

Please sign in to comment.