This document discusses new features in Objective-C including syntactic sugar, unordered method declarations, public and private method ordering, class extensions, enumerations with fixed underlying types, properties that simplify classes, NSNumber literals, and boxed expression literals. Some key points discussed are the ability to declare methods in any order in implementations, using class extensions to declare private methods, stronger type checking with enums, implicit synthesis of accessors and instance variables, and simplified creation of NSNumber and NSString objects with literals.