diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index b9163a3..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,17 +0,0 @@ -v0.1.1 - - Fixed issue with Paperclip 3.5 (attachment_definitions failure) - -v0.1.0 - - Upgraded dependencies - - Paperclip >= 3.4 - - Using assign instead of reprocess! to avoid loops with Paperclip on callbacks - - Including this file! - - Now compatible with jQuery 1.9.0 - - Jcrop upgraded to v0.9.10 (build:20130117) - - Added support for attachments on S3 - -v0.0.7 - - Ajax support - -v0.0.5 - - Initial commit \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bf3eca4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ + +* v0.0.5 Initial commit +* v0.0.7 Ajax support +* v0.1.0 + * Upgraded dependencies : Paperclip >= 3.4 + * Using assign instead of reprocess! to avoid loops with Paperclip on callbacks + * Including this file! + * Now compatible with jQuery 1.9.0 + * Jcrop upgraded to v0.9.10 (build:20130117) + * Added support for attachments on S3 +* v0.1.1 Fixed issue with Paperclip 3.5 (attachment_definitions failure) +* v0.2.0 Mongoid support \ No newline at end of file