From 636fc6b6e8c386df2ca6ec135c0e720b7f9d2464 Mon Sep 17 00:00:00 2001 From: jsirianni Date: Sun, 31 Jan 2021 15:08:34 -0500 Subject: [PATCH] add uri_parser to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7440300..dc11cf4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- uri_parser operator for parsing [absolute uri, relative uri, and uri query strings](https://tools.ietf.org/html/rfc3986) + ## [0.13.12] - 2020-01-26 ### Changed