You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# NEXT MAJOR RELEASE
3
2
4
3
### Enhancements
@@ -21,6 +20,45 @@
21
20
22
21
----------------------------------------------
23
22
23
+
# 14.6.2 Release notes
24
+
25
+
### Enhancements
26
+
* None.
27
+
28
+
### Fixed
29
+
* Fixed a bug when running a IN query on a String/Int/UUID/ObjectId property that was indexed. ([7642](https://github.com/realm/realm-core/issues/7642) since v14.6.0)
30
+
* Fixed a bug when running a IN query on a integer property where double/float parameters were ignored. ([7642](https://github.com/realm/realm-core/issues/7642) since v14.6.0)
31
+
* Having links in a nested collections would leave the file inconsistent if the top object is removed. ([#7657](https://github.com/realm/realm-core/issues/7657), since 14.0.0)
32
+
33
+
### Breaking changes
34
+
* None.
35
+
36
+
### Compatibility
37
+
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier.
38
+
39
+
----------------------------------------------
40
+
41
+
# 14.6.1 Release notes
42
+
43
+
### Enhancements
44
+
* None.
45
+
46
+
### Fixed
47
+
48
+
### Breaking changes
49
+
* None.
50
+
51
+
### Compatibility
52
+
* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier.
53
+
54
+
-----------
55
+
56
+
### Internals
57
+
* None.
58
+
* Build with -Werror on CI to ensure that new warnings don't slip in. ([PR #7646](https://github.com/realm/realm-core/pull/7646))
0 commit comments