From dd7ee9426cb6ad7a88a4d650928d0227c94e077b Mon Sep 17 00:00:00 2001 From: Dan Poggi Date: Thu, 28 Feb 2019 01:50:30 -0500 Subject: [PATCH] Add changelog entry for CustomNSError conformance --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 960167d6e..6ee4a7dc9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,5 @@ # Next +- `MoyaError` now conforms to `CustomNSError` protocol, makes underlying errors available in its user-info dictionary. [#1783](https://github.com/Moya/Moya/pull/1783) by [@dpoggi](https://github.com/dpoggi). - **Breaking Change** `.mapImage()` extension on `Single` and `Observable` now returns non-optional image. [#1789](https://github.com/Moya/Moya/pull/1789), [#1799](https://github.com/Moya/Moya/pull/1799) by [@bjarkehs](https://github.com/bjarkehs) and [@sunshinejr](https://github.com/sunshinejr). # [12.0.1] - 2018-11-19