Skip to content

Commit 04b89e9

Browse files
authored
Merge pull request #62 from Cysharp/acknowledgement
Acknowledgement in ReadMe
2 parents 76c4ac2 + 8f14b96 commit 04b89e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ var ancestors = root.Ancestors().TakeWhile(x => x is not Window);
384384
var fooScripts = root.ChildrenAndSelf().OfType(default(FooScript));
385385
```
386386

387+
Acknowledgement
388+
---
389+
Since the preview version release, we have received multiple ideas for fundamental interface revisions leading to performance improvements from [@Akeit0](https://github.com/Akeit0), and test and benchmark infrastructure from [@filzrev](https://github.com/filzrev). We are grateful for their many contributions.
390+
387391
License
388392
---
389393
This library is under MIT License.

0 commit comments

Comments
 (0)