Skip to content

Commit

Permalink
Add general notes for any update or upgrade to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ocram committed Jan 24, 2018
1 parent 76ef2a2 commit bb51b1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Migration.md
@@ -1,5 +1,9 @@
# Migration

## General

Update your version of this library using Composer and its `composer update` or `composer require` commands [[?]](https://github.com/delight-im/Knowledge/blob/master/Composer%20(PHP).md#how-do-i-update-libraries-or-modules-within-my-application).

## From `v2.x.x` to `v3.x.x`

* The default domain scope for new `Cookie` instances is still the current host, but it does not include subdomains anymore, unless explicitly specified otherwise via the `Cookie#setDomain` method.
Expand Down

0 comments on commit bb51b1f

Please sign in to comment.