1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Update CHANGELOG

This commit is contained in:
Waldyr 2016-04-14 23:25:06 -03:00 committed by Waldyr de Souza
parent e4a26d28a5
commit 7e80ef53d1

View file

@ -2,6 +2,8 @@
- Improves spec performance and simplicity (Mauro George)
- Handle objects that have a custom #to_hash method (Elliot Shank)
- Fixes development dependencies for environments without rake (Edgar Cabrera #222 & Timothée Peignier #216)
- Creates #awesome_object_data to encapsulate the logic of printing objects'
internals so Structs and Objects can be printed as one (Waldyr de Souza)
1.6.1
- Fixes specs on all rails dependencies (Mauro George)