summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-19 19:39:32 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-19 19:39:32 +0200
commit590b7d4c594e6f8e67fa32cff60bf6e673fcb3f0 (patch)
treee6e10e39f1a138f6f18c79ec7bc58042617f616d
parenta75bb1d56148cb02c43a1a4588f193ae14863f0b (diff)
changelog: note that ->current_notes isn't stable yet
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 18efd87..43f3c7d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,9 @@
git HEAD
* Route::Part: Deprecate ->extra accessor. Use ->regular_notes instead
- * Route::Part: Add ->regular_notes and ->current_notes accessors
+ * Route::Part: Add ->regular_notes and ->current_notes accessors.
+ Note that current_notes is NOT STABLE yet. It may be change without
+ further notice.
* Route::Part: Add ->footpath_{duration,parts,type} accessors
* efa: Show current route information provided by the EFA backend, such
as cancelled stops or diversions.