You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,38 @@
8
8
9
9
### Bug fixes
10
10
11
+
## 1.5.0 (10 Mar 2017)
12
+
13
+
### Breaking changes
14
+
15
+
-_Only_ UTF-8-encoded strings will be returned by `String` fields. Strings with other encodings (or objects whose `#to_s` method returns a string with a different encoding) will return `nil` instead of that string. #517
16
+
17
+
### New features
18
+
19
+
-`Schema#validate` returns a list of errors for a query string #513
0 commit comments