From adf2522e0c6209d2e1662f2edd738a63aa23359f Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Thu, 10 Jan 2013 00:26:46 +0100 Subject: [PATCH] [doc] Added missing comments about the semver dep --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47aa409..08c0efb 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,8 @@ For small changes between version please review the [changelog][changelog]. behaviour. - `agent.os` is now an `OperatingSystem` instance with version numbers. If you still a string only representation do `agent.os.toString()`. +- `semver` has been removed from the dependencies, so if you are using the + `require('useragent/features')` you need to add it to your own dependencies #### Upgrading from 0.1.2 to 1.0.0