diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba656a8..803e5758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ I collected all of them in the change list below. They were necessary in order t Executor.execute(mySchema, query, variables = mapVars("someId" -> "1000")) ``` +* #74 - Improved unicode handling (spec change) * #67 - circe integration throws NoSuchElementException during execution * #75 - Identical documents should be equal * Minor bugfixes