1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-11 02:44:13 +01:00

Add BREAKING_CHANGES file.

Document buffer.UR[IL] change.
This commit is contained in:
Doug Kearns
2011-01-09 02:44:46 +11:00
parent 9e8e370f34
commit 45932f73a3

3
BREAKING_CHANGES Normal file
View File

@@ -0,0 +1,3 @@
- buffer.URL and buffer.URI are now instances of nsIURI rather than strings.
The former string representation may be obtained via the spec property.
See https://developer.mozilla.org/en/nsIURI for more details.