We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affbd82 commit 58d8accCopy full SHA for 58d8acc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.1.1. (10.07.2018)
4
+
5
+### Bug fixes
6
7
+* correctly handle escape sequences in strings when pretty printing
8
+ ([794bbe4](https://github.com/michalmuskala/jason/commit/794bbe4)).
9
10
## 1.1.0 (02.07.2018)
11
12
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Jason.Mixfile do
use Mix.Project
- @version "1.1.0"
+ @version "1.1.1"
def project() do
[
0 commit comments