Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Sep 1, 2023
1 parent d5168f3 commit abb3ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Enhancements
* Support efficient `skip` on `RealmResults` ([#1391](https://github.com/realm/realm-dart/pull/1391))

* Support efficient `indexOf` and `contains` on `RealmResults` ([#1394](https://github.com/realm/realm-dart/pull/1394))
### Fixed
* None

Expand Down
3 changes: 1 addition & 2 deletions test/results_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
// ignore_for_file: unused_local_variable

import 'dart:math';
import 'dart:typed_data';

import 'package:ffi/ffi.dart';
import 'package:test/test.dart' hide test, throws;

import '../lib/realm.dart';
import 'test.dart';

Expand Down

0 comments on commit abb3ea2

Please sign in to comment.