From 339904aace4dcf3574f7dcc5dd581072ccc61704 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Thu, 6 Aug 2015 21:30:55 -0700 Subject: [PATCH] Add note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 564581e..1c34d10 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ## About +**NOTE: Before updeep is 1.0, method or semantics may change without a major version bump, but only if really necessary.** + Updating deeply nested objects/arrays is a bit of a pain. updeep makes it painless by allowing you to declare the updates you would like to make and it will take care of the rest.