From b88679c5075353dcb185dd53df0b3e1a13db73ad Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Tue, 14 Jul 2015 07:50:12 +0900 Subject: [PATCH] updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 305dc91..5be9d0e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Unleashing the real power of Core Data with the elegance and safety of Swift ## What CoreStore does better: - Heavily supports multiple persistent stores per data stack, just the way *.xcdatamodeld* files are designed to. CoreStore will also manage one data stack by default, but you can create and manage as many as you need. +- **New in 1.0.0:** Incremental Migrations! Just tell the data stack the sequence of model versions and CoreStore will automatically use incremental migrations if needed on stores added to that stack. - Ability to plug-in your own logging framework - Gets around a limitation with other Core Data wrappers where the entity name should be the same as the `NSManagedObject` subclass name. CoreStore loads entity-to-class mappings from the managed object model file, so you are free to name them independently. - Provides type-safe, easy to configure observers to replace `NSFetchedResultsController` and KVO