CHANGELOG.md in pleasant_path-1.2.0 vs CHANGELOG.md in pleasant_path-1.3.0
- old
+ new
@@ -1,18 +1,35 @@
+## 1.3.0
+
+* Add `Pathname#find_dirs`
+* Add `Pathname#find_files`
+* Add `Pathname#make_file`
+* Add `Pathname#available_name`
+* Add `Pathname#move_as`
+* Add `Pathname#copy_as`
+* Add `eol` parameter to line-oriented methods (`Pathname#read_lines`,
+ `Pathname#write_lines`, `Pathname#append_lines`, etc)
+* Move Array methods to Enumerable
+* Use `JSON.dump_default_options` and `JSON.load_default_options` in
+ JSON-related API
+
+
## 1.2.0
-* Added `Pathname#existence`.
-* Added `Pathname#chdir`.
-* Fixed `Object#write_to_yaml` to make parent directories as necessary.
+* Add `Pathname#existence`
+* Add `Pathname#chdir`
+* Fix `Object#write_to_yaml` to make parent directories as necessary
+
## 1.1.0
-* Added `Pathname#copy` and `Pathname#copy_into`.
-* Added `Pathname#rename_basename` and `Pathname#rename_extname`.
-* Added `File.common_path` and `Pathname#common_path`.
-* Added `Pathname::NULL`.
-* Added JSON-related and YAML-related APIs.
-* Fixed `File.edit_text` and `File.edit_lines` to properly truncate.
+* Add `Pathname#copy` and `Pathname#copy_into`
+* Add `Pathname#rename_basename` and `Pathname#rename_extname`
+* Add `File.common_path` and `Pathname#common_path`
+* Add `Pathname::NULL`
+* Add JSON-related and YAML-related APIs
+* Fix `File.edit_text` and `File.edit_lines` to properly truncate
+
## 1.0.0
* Initial release