From 3080988b35e1203d85d154c2108e9d9e17bc5e9d Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Wed, 12 May 2010 07:30:47 +0000
Subject: [PATCH] Commit for the 100512 release.

---
 LUFA/ManPages/ChangeLog.txt            | 2 ++
 LUFA/ManPages/MigrationInformation.txt | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 42f9ceaca..39ae937e0 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -8,6 +8,8 @@
   *
   *  \section Sec_ChangeLogXXXXXX Version XXXXXX
   *
+  *  \section Sec_ChangeLog100512 Version 100512
+  *
   *  <b>New:</b>
   *  - Added incomplete MIDIToneGenerator project
   *  - Added new Relay Controller Board project (thanks to OBinou)
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 0f3ddade3..2f90e741f 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -10,7 +10,9 @@
  *  to the next version released. It does not indicate all new additions to the library in each version change, only
  *  areas relevant to making older projects compatible with the API changes of each new release.
  *
- * \section Sec_MigrationXXXXXX Migrating from 100219 to XXXXXX
+ * \section Sec_MigrationXXXXXX Migrating from 100512 to XXXXXX
+ *
+ * \section Sec_Migration100512 Migrating from 100219 to 100512
  *
  *  <b>Non-USB Library Components</b>
  *    - The \ref TWI_StartTransmission() function now takes in a timeout period, expressed in milliseconds, within which the addressed
-- 
GitLab