Changelog.md in rasn1-0.7.0 vs Changelog.md in rasn1-0.7.1
- old
+ new
@@ -1,6 +1,10 @@
# Rasn1 Changelog
+## 0.7.1
+
+* update bundler dependency: now support bundler 2.0.
+
## 0.7.0
* add RASN1::Model#value to get value of a (potentially nested) element.
* add RASN1::Types::Sequence#[]. Access to element by index or by name.
* add frozen_string literal on all ruby files.