diff --git a/changelogs/v0.14.0.md b/changelogs/v0.14.0.md index 1ba0fbc0..4fd4b9fe 100644 --- a/changelogs/v0.14.0.md +++ b/changelogs/v0.14.0.md @@ -1,5 +1,6 @@ # Breaking Changes -The TinyGo API has been refactored to better organize related API functions into separate packages. +The TinyGo API has been refactored to better organize related API functions into separate packages. (#183) # New Features -WasmEdge is a now supported as a runtime backend. +You can now extract URL query parameters from within runnables (#196) +WasmEdge is a now supported as a runtime backend. (#188)