We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5637143 commit 33e58d4Copy full SHA for 33e58d4
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.13.0 (13 Nov 2019)
4
+
5
+Enhancements:
6
+* [#758][]: Add `Intp`, `Stringp`, and other similar `*p` field constructors
7
+ to log pointers to primitives with support for `nil` values.
8
9
+Thanks to @jbizzle for their contributions to this release.
10
11
## 1.12.0 (29 Oct 2019)
12
13
Enhancements:
@@ -341,3 +349,4 @@ upgrade to the upcoming stable release.
341
349
[#725]: https://github.com/uber-go/zap/pull/725
342
350
[#736]: https://github.com/uber-go/zap/pull/736
343
351
[#751]: https://github.com/uber-go/zap/pull/751
352
+[#758]: https://github.com/uber-go/zap/pull/758
0 commit comments