From 45932f73a33a8856aae97e44fcd317b14e2e2c95 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 9 Jan 2011 02:44:46 +1100 Subject: [PATCH] Add BREAKING_CHANGES file. Document buffer.UR[IL] change. --- BREAKING_CHANGES | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 BREAKING_CHANGES diff --git a/BREAKING_CHANGES b/BREAKING_CHANGES new file mode 100644 index 00000000..631bb1bf --- /dev/null +++ b/BREAKING_CHANGES @@ -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.