From a08b756c7b61dc3945c311deb958993f41773a60 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Fri, 29 Jun 2018 09:41:13 -0700 Subject: [PATCH 1/2] Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode: --- Source/ASViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASViewController.h b/Source/ASViewController.h index b04137cc0..9f1e78dee 100644 --- a/Source/ASViewController.h +++ b/Source/ASViewController.h @@ -44,7 +44,7 @@ typedef ASTraitCollection * _Nonnull (^ASDisplayTraitsForTraitWindowSizeBlock)(C * * @see ASVisibilityDepth */ -- (instancetype)initWithNode:(DisplayNodeType)node; +- (instancetype)initWithNode:(DisplayNodeType)node NS_DESIGNATED_INITIALIZER; NS_ASSUME_NONNULL_END From d216bcc9f61c775f754a27f958ab985a1c96aae1 Mon Sep 17 00:00:00 2001 From: Michael Schneider Date: Sun, 29 Jul 2018 08:44:09 -0700 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62de5359..96a8c1b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - Remove CA transaction signpost injection because it causes more transactions and is too chatty. [Adlai Holler](https://github.com/Adlai-Holler) - Optimize display node accessibility by not creating attributed & non-attributed copies of hint, label, and value. [Adlai Holler](https://github.com/Adlai-Holler) - Add an experimental feature that reuses CTFramesetter objects in ASTextNode2 to improve performance. [Adlai Holler](https://github.com/Adlai-Holler) - +- Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode: [Michael Schneider](https://github.com/maicki) [#1054](https://github.com/TextureGroup/Texture/pull/1054) ## 2.7 - Fix pager node for interface coalescing. [Max Wang](https://github.com/wsdwsd0829) [#877](https://github.com/TextureGroup/Texture/pull/877)