Skip to content

Commit ed62dec

Browse files
authored
Update README.md
1 parent d435938 commit ed62dec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,12 @@ $db->table('users')->alterSchema(['drop', 'full_name'])->alter();
748748

749749
=============================
750750
# Change Log
751+
752+
### 3.2.0
753+
* ADD : Order By (orderBy())
754+
* ADD : get Latest Data inserted into table
755+
* FIX : last() method to return last -n- recordes
756+
751757
### 3.1.0
752758
* FIX : Duplicate connection
753759
* ADD : Some methods

0 commit comments

Comments
 (0)