CHANGES.md in pork-1.2.2 vs CHANGES.md in pork-1.2.3
- old
+ new
@@ -1,6 +1,16 @@
# CHANGES
+## Pork 1.2.3 -- 2015-04-16
+
+### Enhancement
+
+* Now `would` could take a second argument with `:group => [:name]`,
+ and you could also specifying the groups to run in `PORK_TEST`.
+ Checkout README for more information. Input from @mz026
+
+* `PORK_TEST` could also accept a file path without a line number now.
+
## Pork 1.2.2 -- 2015-03-19
### Enhancement
* Show tests per second and assertions per second as in minitest.