Update CHANGELOG.md
This commit is contained in:
parent
f9e9642c22
commit
8ff18c9366
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
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
|
||||
Released: 2015-11-06
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue