Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Improved changelog formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf Timmermans committed May 31, 2010
1 parent f0806df commit 0054703
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rdoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== 0.6.0

* Released on May 29th, 2010.
* Bundled Sedna driver from version 3.3.55 (protocol version 3.0). The bundled
* Bundled S<i></i>edna driver from version 3.3.55 (protocol version 3.0). The bundled
driver is now used by default to simplify installation.
* Fixed build errors on Mac OS X 10.6.
* Unit test compatibility with Sedna 3.3.
* Unit test compatibility with S<i></i>edna 3.3.
* Fully tested in Ruby 1.8.6+ (including 1.9.2-preview2) and Rubinius 1.0.

=== 0.5.1
Expand All @@ -16,7 +16,7 @@
=== 0.5.0

* Released on April 26th, 2009.
* Added Sedna::Exception#code, which returns the \Sedna error code that can
* Added Sedna::Exception#code, which returns the S<i></i>edna error code that can
be used to reliably identify which specific error occurred.

=== 0.4.0
Expand All @@ -40,7 +40,7 @@
=== 0.3.0

* Released on December 21st, 2008.
* Compatible with the latest build of \Sedna (3.1.126).
* Compatible with the latest build of S<i></i>edna (3.1.126).
* Fully tested in Ruby 1.8.5, 1.8.6, 1.8.7, and 1.9.1-preview2. (1.9.0.x does not work.)
* Sedna#execute no longer blocks other threads in Ruby 1.9. Use Sedna.blocking?
to discover if support for non-blocking queries is enabled.
Expand All @@ -60,6 +60,6 @@
* Development preview (alpha) release.
* Simple, high-level API.
* Tested with Ruby 1.8.7 and Ruby 1.9.0.
* Support for version 3.1 of the \Sedna XML DBMS.
* Support for version 3.1 of the S<i></i>edna XML DBMS.
* Support for regular queries and transactions.
* Support for auto-commit mode.

0 comments on commit 0054703

Please sign in to comment.