Skip to content

Commit

Permalink
Added release note for 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abe545 authored Jan 18, 2017
1 parent e990358 commit 2a3c3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CodeOnlyStoredProcedures.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.</description>
<releaseNotes>2.4.0
Added support for binary blobs for both results and parameters by using a byte array.

Fixes bug where output parameters can not be used if the stored procedure returns results.

2.3.0
Can now opt in to not clone the database connection before executing a StoredProcedure.
Can now execute a non-query using the dynamic syntax.
Expand Down

0 comments on commit 2a3c3ef

Please sign in to comment.