summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:13:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 21:13:03 +0000
commit3e9b62144cd5b8bc206b9b166ad7f051e797d2f5 (patch)
treea978e1a1bc5f36cb6717a825216d7bf3f4ca4f90 /doc/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3e9b62144cd5b8bc206b9b166ad7f051e797d2f5.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 00f45167e3..b8c5f4c182 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1340/cpukit
+ * user/chains.t: Add rtems_chain_initialize to public chain API.
+
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1339/Ada