We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fecee commit b6cc943Copy full SHA for b6cc943
1 file changed
README.md
@@ -65,6 +65,7 @@
65
- [Chunk](#chunk)
66
- [Builder](#builder)
67
- [Changelog](#changelog)
68
+ - [vX.Y.Z](#vxyz)
69
- [v1.10.0](#v1100)
70
- [v1.9.0](#v190)
71
- [v1.8.0](#v180)
@@ -1668,6 +1669,11 @@ builder_mt:destruction_policy :: id -> builder
1668
1669
1670
## Changelog
1671
1672
+### vX.Y.Z
1673
+
1674
+- Slightly improved performance of modifying operations for fragments with [`ON_INSERT`](#evolvedon_insert) and [`ON_REMOVE`](#evolvedon_remove) hooks
1675
+- Slightly improved performance of queries with [`EXPLICIT`](#evolvedexplicit) fragments
1676
1677
### v1.10.0
1678
1679
- Added the new [`evolved.lookup`](#evolvedlookup) and [`evolved.multi_lookup`](#evolvedmulti_lookup) functions that allow finding ids by their names
0 commit comments