CHANGELOG.md in edifact_rails-1.2.1 vs CHANGELOG.md in edifact_rails-2.0.0

- old
+ new

@@ -18,6 +18,16 @@ * Added `#una_special_characters` method that returns just the special characters. ## 1.2.1 (4/06/2024) * `#una_special_characters` method now also returns decimal notation character, default `.`. -* `#una_special_characters` method can now take no arguments, and will return the default special characters if so. \ No newline at end of file +* `#una_special_characters` method can now take no arguments, and will return the default special characters if so. + +## 2.0.0 (18/06/2024) + +* Added support for ANSIX12 format. + +##### Breaking changes: +* `#una_special_characters` renamed to `#special_characters` (since it can now accept input of any supported format) +* New `UnrecognizedFormat` Error will now be thrown if the format of the input can not be detected. + * In essence, input must begin now with `UNA` or `UNB` (EDIFACT), `STX` (TRADACOMS), or `ISA` (ANSIX12) +