Explorar el Código

Update CHANGELOG.md

Daniel Rudolf hace 9 años
padre
commit
8ff18c9366
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      CHANGELOG.md

+ 9 - 0
CHANGELOG.md

@@ -1,6 +1,15 @@
 Pico Changelog
 Pico Changelog
 ==============
 ==============
 
 
+### Version 1.0.0
+Released: -
+
+```
+* [Fixed] Replace `urldecode()` (deprecated RFC 1738) with `rawurldecode()`
+          (RFC 3986) in `Page::evaluateRequestUrl()`
+* [Fixed] #272: Encode URLs using `rawurlencode()` in `Pico::getPageUrl()`
+```
+
 ### Version 1.0.0-beta.1
 ### Version 1.0.0-beta.1
 Released: 2015-11-06
 Released: 2015-11-06