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
* Fixed bug where ASVideoNodeDelegate error reporting callback would crash an app because of not responding to selector;
refs TextureGroup#291
* updated changelog.md
* fixed typo in const name of ASVideoNodeDelegate method in delegate flags;
refs TextureGroup#292
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,4 @@
25
25
-[Fix] Fix a potential crash when cell nodes that need layout are deleted during the same runloop. [Adlai Holler](https://github.com/Adlai-Holler)[#279](https://github.com/TextureGroup/Texture/pull/279)
26
26
-[Batch fetching] Add ASBatchFetchingDelegate that takes scroll velocity and remaining time into account [Huy Nguyen](https://github.com/nguyenhuy)[#281](https://github.com/TextureGroup/Texture/pull/281)
27
27
-[Fix] Fix a major regression in our image node contents caching. [Adlai Holler](https://github.com/Adlai-Holler)[#287](https://github.com/TextureGroup/Texture/pull/287)
28
+
-[Fix] Fixed a bug where ASVideoNodeDelegate error reporting callback would crash an app because of not responding to selector. [Sergey Petrachkov](https://github.com/Petrachkov)[#291](https://github.com/TextureGroup/Texture/issues/291)
0 commit comments