From 768c6234bd891f2792ec53dddc00473216a44804 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Thu, 6 Oct 2016 15:44:02 +0200
Subject: [PATCH] Mention dbRenameRecord() removal in release notes
---
documentation/RELEASE_NOTES.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 0a1346075..fc0f5d0ee 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -24,6 +24,10 @@ unexpected case that applications were relying on the alphabetic order, setting
dbRecordsAbcSorted = 1 before loading the databases will retain the
old behavior.
+The routine dbRenameRecord() has been removed, as it was intended
+to be used by database configuration tools linked against a host side version
+of the dbStatic library that is not being built anymore.
+
Changes from the 3.14 branch since 3.15.4