summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/physconst/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/physconst/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/physconst/CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/physconst/CHANGELOG.md b/macros/latex/contrib/physconst/CHANGELOG.md
new file mode 100644
index 0000000000..964bf35aa6
--- /dev/null
+++ b/macros/latex/contrib/physconst/CHANGELOG.md
@@ -0,0 +1,27 @@
+# Changes
+## [1.0.0] - 2020/01/25
+- Initial version
+## [1.0.1] - 2020/01/25
+### Added
+- A changelog
+- A readme
+- Code for changelog into physconst.cpp
+- `make dist` to create distributable tarball and zip
+- Documentation for options
+- line in .ins to force generation of the .sty
+- nicer index entries (and some associated code in .cpp to generate them)
+- added localuninstall and distuninstall targets to the makefile
+### Changed
+- Modified the makefile to split up generation of the .sty, .dtx, and .pdf
+- Modified the .cpp so that every \DeclareRobustCommand starts a new line right away
+- Added a newline in the middle of the title declaration (in .cpp)
+- Added a newline in the middle of the \DoNotIndex declaration (in .cpp)
+- Added dependency on imakeidx and changed the index to 2 column.
+- fixed makefile install options to correctly find TEXMF path
+### Removed
+- Removed unnecessary packages (tikz, float) from the code for the documentation
+## [1.0.2] - 2020/01/25
+### Changed
+- Switch compression of tarball to gzip to match requirement for CTAN
+
+