Skip to content

Commit d2b5ec6

Browse files
committed
updating readme
1 parent b74e06a commit d2b5ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
2525

2626
DeepDiff 6-3-0
2727

28-
- `PrefixOrSuffixOperator`: This operator will skip strings that are suffix or prefix of each other.
29-
- `include_obj_callback` and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
28+
- [`PrefixOrSuffixOperator`](https://zepworks.com/deepdiff/current/custom.html#prefix-or-suffix-operator-label): This operator will skip strings that are suffix or prefix of each other.
29+
- [`include_obj_callback`](https://zepworks.com/deepdiff/current/ignore_types_or_values.html#include-obj-callback-label) and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
3030
- Fixed a corner case where numpy's `np.float32` nans are not ignored when using `ignore_nan_equality` by [Noam Gottlieb](https://github.com/noamgot)
3131
- `orjson` becomes optional again.
3232
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.

0 commit comments

Comments
 (0)