From a38bc6a4f6d6e96b87954021516855cef75b2101 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 21 Apr 2015 23:00:43 +0200 Subject: [PATCH] docs: Add changelog entry for PR#1136 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ab2b87ad..e8953ce8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,6 +22,10 @@ Core API - Update core methods to do strict input checking. (Fixes: :issue:`#700`) +- Add ``tlid`` alternatives to methods that take ``tl_track`` and also add + ``get_{eot,next,previous}_tlid`` methods as light weight alternatives to the + ``tl_track`` versions of the calls. (Fixes: :issue:`1131` PR: :issue:`1136`) + Models ------