Improved project description.
[ruby-eet.git] / ChangeLog
index e25152091e87f04e193bae0036e6778ebdc167ab..cf0143bee9b8ac900cd9652477ac4df8058448f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,19 @@
 --
-$Id: ChangeLog 1 2005-03-26 01:45:38Z tilman $
+$Id: ChangeLog 7 2005-03-27 01:23:15Z tilman $
 ++
 
+2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
+        * Rakefile: Added a publish task that uploads the current
+          tarball and the RDoc documentation to code-monkey.de
+        * README: Added a link to the online documentation
+        * Rakefile: Use Kernel#raise instead of Kernel#fail
+        * README: Improved project description
+
 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
         * README, Rakefile: Require Rake 0.5.0 or greater
         * Rakefile: Added a PackageTask
+        * test/common.rb: Removed unused assertion
+        * lib/eet.rb: Bumped version number to 0.1.0
 
 2005-03-25 Tilman Sauerbeck (tilman at code-monkey de)
         * test/test_broken_classes.rb: Code cleanup