diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rwxr-xr-x | ponysay | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -1,7 +1,3 @@ -Version 2.4 - - New ponies: blaze - Version 2.3 Support for 'best.pony' file. @@ -17,6 +13,8 @@ Version 2.3 Support cowsay style message compression. + New ponies: blaze + Pony symlink added: pinkieoink → oinkoinkoink Support for non-MLP:FiM ponies (known as extraponies), @@ -25,7 +25,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.4' +VERSION = '2.3' ''' |