From 060f2e17aad26d999a4737ba1b1b340b7dee72a6 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Mon, 17 Sep 2018 09:52:35 -0500 Subject: [PATCH] update for release 2.6.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c730f..33cfc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This is the changelog for the 2.x series. +## 2.6.0 + +This release introduces an AtlasBuilder similar to the one in the 3.x series, +thereby allowing you to lazy-load mappers instead of having to register them +in advance. Using AtlasBuilder is now preferred over AtlasContainer, though +of course the latter continues to work as before. Documentation and tests have +been updated accordingly. + ## 2.5.0 This release exposes underlying profiler functionality in Aura.Sql