From 6e7c4e02fa22e292f9a5aeb6e467e63c7889b730 Mon Sep 17 00:00:00 2001 From: An Trinh Date: Fri, 4 Mar 2022 14:32:58 +0000 Subject: [PATCH] Add What's new in Swift 5.6 link to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9aac1525..902aa588 100755 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Pro Swift is the sequel to Hacking with Swift, and includes a 250-page guide to Swift Coding Challenges is an all-new book written from the ground up to put your Swift skills to the test. I've written a variety of coding challenges that start off simple but slowly get harder, and it's down to you to solve them. I outline each problem, provide you with sample input and output, add in some hints in case you hit problems, then provide a sample solution and explain how it works. ### Swift +- [What's new in Swift 5.6?](https://www.hackingwithswift.com/articles/247/whats-new-in-swift-5-6) - [What's new in Swift 5.5?](https://www.hackingwithswift.com/articles/233/whats-new-in-swift-5-5) - [What's new in Swift 5.4?](https://www.hackingwithswift.com/articles/228/whats-new-in-swift-5-4) - [What's new in Swift 5.3?](https://www.hackingwithswift.com/articles/218/whats-new-in-swift-5-3)