From 9d809b87b0ce3328c05bdf58fce277462626d986 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 14 Jan 2005 15:31:01 +0000
Subject: [PATCH] - Minor updates

---
 CHANGELOG.txt | 3 ++-
 INSTALL.txt   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e3f7ffd7d5d8..c70dc0a40025 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -11,7 +11,8 @@ Drupal x.x.x, xxxx-xx-xx
     * added a mechanism to throttle certain operations.
 - usability:
     * refactored the block configuration pages.
-    * refactored the statistics and log pages.
+    * refactored the statistics pages.
+    * refactored the watchdog pages.
     * refactored the throttle module configuration.
     * added a 'add child page' link to book pages.
 - contact module:
diff --git a/INSTALL.txt b/INSTALL.txt
index 6bb16b087773..33dcdfcd240b 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -125,7 +125,7 @@ INSTALLATION
    $db_url line to match the database defined in the previous steps:
 
      $db_url = "mysql://username:password@localhost/database";
-   
+
    where 'username', 'password', 'localhost' and 'database' are the
    username, password, host and database name for your set up.
 
-- 
GitLab