Skip to content

Commit a759a55

Browse files
committed
Update changelog
1 parent 24cb5ac commit a759a55

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## [1.2.0] Apr 30, 2021
5+
### Fixed
6+
* Removed strong reference to attachedWindow (#60)
7+
* Fixed issue with Hyperion window attaching with UISceneDelegate (#67)
8+
* Updated Xcode Build version to 12.4.0 (#68)
9+
410
## [1.1.0] Mar 15, 2018
511
### Added
612
- Add accessibility identifiers to the main window

HyperionCore/HyperionCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@
307307
49D23C931FCDC3840052336F /* 75x-Selected@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "75x-Selected@3x.png"; sourceTree = "<group>"; };
308308
49D23C941FCDC3840052336F /* 75x-Selected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "75x-Selected@2x.png"; sourceTree = "<group>"; };
309309
9D2744B0263CA50100704ADA /* HyperioniOS.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; name = HyperioniOS.podspec; path = ../HyperioniOS.podspec; sourceTree = "<group>"; };
310+
9D2744B1263CA53F00704ADA /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
311+
9D2744B2263CA53F00704ADA /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
310312
9DDEB7D61FD78CF8002FC061 /* linkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = linkButton.png; sourceTree = "<group>"; };
311313
9DDEB7D71FD78CF8002FC061 /* linkButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "linkButton@2x.png"; sourceTree = "<group>"; };
312314
/* End PBXFileReference section */
@@ -507,6 +509,8 @@
507509
isa = PBXGroup;
508510
children = (
509511
9D2744B0263CA50100704ADA /* HyperioniOS.podspec */,
512+
9D2744B1263CA53F00704ADA /* CHANGELOG.md */,
513+
9D2744B2263CA53F00704ADA /* README.md */,
510514
498E34761EFA0C8000A0BC4E /* HyperionCore */,
511515
494A74D91F278EB9003F89F7 /* SlowAnimations */,
512516
320E5D6B1F27988500C42FC0 /* Measurements */,

0 commit comments

Comments
 (0)