The document discusses new features in iOS 5 including blocks, Grand Central Dispatch (GCD), and Automatic Reference Counting (ARC). Blocks allow performing operations asynchronously similar to JavaScript callbacks. GCD improves concurrency by executing tasks on background threads. ARC simplifies memory management by automatically releasing objects no longer in use.Read less